Home
last modified time | relevance | path

Searched defs:u_stride (Results 1 – 5 of 5) sorted by relevance

/libCEED/include/ceed/jit-source/cuda/
H A Dcuda-ref-basis-tensor-at-points.h60 const CeedInt u_stride = BASIS_NUM_NODES; in InterpAtPoints() local
143 const CeedInt u_stride = BASIS_NUM_PTS; in InterpTransposeAtPoints() local
239 const CeedInt u_stride = BASIS_NUM_NODES; in GradAtPoints() local
328 const CeedInt u_stride = BASIS_NUM_PTS; in GradTransposeAtPoints() local
H A Dcuda-ref-basis-tensor.h35 const CeedInt u_stride = is_transpose ? BASIS_NUM_QPTS : BASIS_NUM_NODES; in Interp() local
95 const CeedInt u_stride = is_transpose ? BASIS_NUM_QPTS : BASIS_NUM_NODES; in Grad() local
/libCEED/include/ceed/jit-source/hip/
H A Dhip-ref-basis-tensor-at-points.h60 const CeedInt u_stride = BASIS_NUM_NODES; in InterpAtPoints() local
143 const CeedInt u_stride = BASIS_NUM_PTS; in InterpTransposeAtPoints() local
239 const CeedInt u_stride = BASIS_NUM_NODES; in GradAtPoints() local
328 const CeedInt u_stride = BASIS_NUM_PTS; in GradTransposeAtPoints() local
H A Dhip-ref-basis-tensor.h35 const CeedInt u_stride = is_transpose ? BASIS_NUM_QPTS : BASIS_NUM_NODES; in Interp() local
95 const CeedInt u_stride = is_transpose ? BASIS_NUM_QPTS : BASIS_NUM_NODES; in Grad() local
/libCEED/backends/sycl-ref/
H A Dceed-sycl-ref-basis.sycl.cpp76 const CeedInt u_stride = is_transpose ? num_qpts : num_nodes; in CeedBasisApplyInterp_Sycl() local
179 const CeedInt u_stride = is_transpose ? num_qpts : num_nodes; in CeedBasisApplyGrad_Sycl() local
345 const CeedInt u_stride = P; in CeedBasisApplyNonTensorInterp_Sycl() local
387 const CeedInt u_stride = P; in CeedBasisApplyNonTensorGrad_Sycl() local