Home
last modified time | relevance | path

Searched defs: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
147 const CeedInt u_size = BASIS_NUM_PTS; in InterpTransposeAtPoints() local
243 const CeedInt u_size = BASIS_NUM_NODES; in GradAtPoints() local
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
/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
147 const CeedInt u_size = BASIS_NUM_PTS; in InterpTransposeAtPoints() local
243 const CeedInt u_size = BASIS_NUM_NODES; in GradAtPoints() local
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
/libCEED/backends/sycl-ref/
H A Dceed-sycl-ref-basis.sycl.cpp80 const CeedInt u_size = u_stride; in CeedBasisApplyInterp_Sycl() local
349 const CeedInt u_size = P; in CeedBasisApplyNonTensorInterp_Sycl() local
393 const CeedInt u_size = P; in CeedBasisApplyNonTensorGrad_Sycl() local