Searched refs:writeLen (Results 1 – 5 of 5) sorted by relevance
81 const CeedInt writeLen = pre * post * Q; in InterpAtPoints() local84 for (CeedInt k = i; k < writeLen; k += blockDim.x) { in InterpAtPoints()200 const CeedInt writeLen = pre * post * P; in InterpTransposeAtPoints() local203 for (CeedInt k = i; k < writeLen; k += blockDim.x) { in InterpTransposeAtPoints()261 const CeedInt writeLen = pre * post * Q; in GradAtPoints() local264 for (CeedInt k = i; k < writeLen; k += blockDim.x) { in GradAtPoints()391 const CeedInt writeLen = pre * post * P; in GradTransposeAtPoints() local394 for (CeedInt k = i; k < writeLen; k += blockDim.x) { in GradTransposeAtPoints()
55 const CeedInt writeLen = pre * post * Q; in Interp() local58 for (CeedInt k = i; k < writeLen; k += blockDim.x) { in Interp()119 const CeedInt writeLen = pre * post * Q; in Grad() local122 for (CeedInt k = i; k < writeLen; k += blockDim.x) { in Grad()
118 const CeedInt writeLen = pre * post * Q; in CeedBasisApplyInterp_Sycl() local119 for (CeedInt k = i; k < writeLen; k += group_size) { in CeedBasisApplyInterp_Sycl()220 const CeedInt writeLen = pre * post * Q; in CeedBasisApplyGrad_Sycl() local221 for (CeedInt k = i; k < writeLen; k += group_size) { in CeedBasisApplyGrad_Sycl()