Home
last modified time | relevance | path

Searched refs:u_size (Results 1 – 5 of 5) sorted by relevance

/libCEED/include/ceed/jit-source/cuda/
H A Dcuda-ref-basis-tensor-at-points.h64 const CeedInt u_size = BASIS_NUM_NODES; in InterpAtPoints() local
71 CeedInt pre = u_size; in InterpAtPoints()
147 const CeedInt u_size = BASIS_NUM_PTS; in InterpTransposeAtPoints() local
243 const CeedInt u_size = BASIS_NUM_NODES; in GradAtPoints() local
251 CeedInt pre = u_size; in GradAtPoints()
332 const CeedInt u_size = BASIS_NUM_PTS; in GradTransposeAtPoints() local
H A Dcuda-ref-basis-tensor.h39 const CeedInt u_size = is_transpose ? BASIS_NUM_QPTS : BASIS_NUM_NODES; in Interp() local
46 CeedInt pre = u_size; in Interp()
/libCEED/include/ceed/jit-source/hip/
H A Dhip-ref-basis-tensor-at-points.h64 const CeedInt u_size = BASIS_NUM_NODES; in InterpAtPoints() local
71 CeedInt pre = u_size; in InterpAtPoints()
147 const CeedInt u_size = BASIS_NUM_PTS; in InterpTransposeAtPoints() local
243 const CeedInt u_size = BASIS_NUM_NODES; in GradAtPoints() local
251 CeedInt pre = u_size; in GradAtPoints()
332 const CeedInt u_size = BASIS_NUM_PTS; in GradTransposeAtPoints() local
H A Dhip-ref-basis-tensor.h39 const CeedInt u_size = is_transpose ? BASIS_NUM_QPTS : BASIS_NUM_NODES; in Interp() local
46 CeedInt pre = u_size; in Interp()
/libCEED/backends/sycl-ref/
H A Dceed-sycl-ref-basis.sycl.cpp80 const CeedInt u_size = u_stride; in CeedBasisApplyInterp_Sycl() local
100 for (CeedInt k = i; k < u_size; k += group_size) { in CeedBasisApplyInterp_Sycl()
104 CeedInt pre = u_size; in CeedBasisApplyInterp_Sycl()
349 const CeedInt u_size = P; in CeedBasisApplyNonTensorInterp_Sycl() local
367 for (CeedInt j = 0; j < u_size; ++j) { in CeedBasisApplyNonTensorInterp_Sycl()
393 const CeedInt u_size = P; in CeedBasisApplyNonTensorGrad_Sycl() local
416 for (CeedInt j = 0; j < u_size; ++j) { in CeedBasisApplyNonTensorGrad_Sycl()