Home
last modified time | relevance | path

Searched refs: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
84 for (CeedInt k = i; k < writeLen; k += blockDim.x) { in InterpAtPoints()
200 const CeedInt writeLen = pre * post * P; in InterpTransposeAtPoints() local
203 for (CeedInt k = i; k < writeLen; k += blockDim.x) { in InterpTransposeAtPoints()
261 const CeedInt writeLen = pre * post * Q; in GradAtPoints() local
264 for (CeedInt k = i; k < writeLen; k += blockDim.x) { in GradAtPoints()
391 const CeedInt writeLen = pre * post * P; in GradTransposeAtPoints() local
394 for (CeedInt k = i; k < writeLen; k += blockDim.x) { in GradTransposeAtPoints()
H A Dcuda-ref-basis-tensor.h55 const CeedInt writeLen = pre * post * Q; in Interp() local
58 for (CeedInt k = i; k < writeLen; k += blockDim.x) { in Interp()
119 const CeedInt writeLen = pre * post * Q; in Grad() local
122 for (CeedInt k = i; k < writeLen; k += blockDim.x) { in Grad()
/libCEED/include/ceed/jit-source/hip/
H A Dhip-ref-basis-tensor-at-points.h81 const CeedInt writeLen = pre * post * Q; in InterpAtPoints() local
84 for (CeedInt k = i; k < writeLen; k += blockDim.x) { in InterpAtPoints()
200 const CeedInt writeLen = pre * post * P; in InterpTransposeAtPoints() local
203 for (CeedInt k = i; k < writeLen; k += blockDim.x) { in InterpTransposeAtPoints()
261 const CeedInt writeLen = pre * post * Q; in GradAtPoints() local
264 for (CeedInt k = i; k < writeLen; k += blockDim.x) { in GradAtPoints()
391 const CeedInt writeLen = pre * post * P; in GradTransposeAtPoints() local
394 for (CeedInt k = i; k < writeLen; k += blockDim.x) { in GradTransposeAtPoints()
H A Dhip-ref-basis-tensor.h55 const CeedInt writeLen = pre * post * Q; in Interp() local
58 for (CeedInt k = i; k < writeLen; k += blockDim.x) { in Interp()
119 const CeedInt writeLen = pre * post * Q; in Grad() local
122 for (CeedInt k = i; k < writeLen; k += blockDim.x) { in Grad()
/libCEED/backends/sycl-ref/
H A Dceed-sycl-ref-basis.sycl.cpp118 const CeedInt writeLen = pre * post * Q; in CeedBasisApplyInterp_Sycl() local
119 for (CeedInt k = i; k < writeLen; k += group_size) { in CeedBasisApplyInterp_Sycl()
220 const CeedInt writeLen = pre * post * Q; in CeedBasisApplyGrad_Sycl() local
221 for (CeedInt k = i; k < writeLen; k += group_size) { in CeedBasisApplyGrad_Sycl()