Home
last modified time | relevance | path

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

/libCEED/include/ceed/jit-source/cuda/
H A Dcuda-ref-basis-tensor-at-points.h81 const CeedInt writeLen = pre * post * Q; in InterpAtPoints() local
200 const CeedInt writeLen = pre * post * P; in InterpTransposeAtPoints() local
261 const CeedInt writeLen = pre * post * Q; in GradAtPoints() local
391 const CeedInt writeLen = pre * post * P; in GradTransposeAtPoints() local
H A Dcuda-ref-basis-tensor.h55 const CeedInt writeLen = pre * post * Q; in Interp() local
119 const CeedInt writeLen = pre * post * Q; in Grad() local
/libCEED/include/ceed/jit-source/hip/
H A Dhip-ref-basis-tensor-at-points.h81 const CeedInt writeLen = pre * post * Q; in InterpAtPoints() local
200 const CeedInt writeLen = pre * post * P; in InterpTransposeAtPoints() local
261 const CeedInt writeLen = pre * post * Q; in GradAtPoints() local
391 const CeedInt writeLen = pre * post * P; in GradTransposeAtPoints() local
H A Dhip-ref-basis-tensor.h55 const CeedInt writeLen = pre * post * Q; in Interp() local
119 const CeedInt writeLen = pre * post * Q; in Grad() local
/libCEED/backends/sycl-ref/
H A Dceed-sycl-ref-basis.sycl.cpp118 const CeedInt writeLen = pre * post * Q; in CeedBasisApplyInterp_Sycl() local
220 const CeedInt writeLen = pre * post * Q; in CeedBasisApplyGrad_Sycl() local