Home
last modified time | relevance | path

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

/libCEED/include/ceed/jit-source/cuda/
H A Dcuda-ref-basis-tensor-at-points.h61 const CeedInt v_stride = BASIS_NUM_PTS; in InterpAtPoints() local
144 const CeedInt v_stride = BASIS_NUM_NODES; in InterpTransposeAtPoints() local
240 const CeedInt v_stride = BASIS_NUM_PTS; in GradAtPoints() local
329 const CeedInt v_stride = BASIS_NUM_NODES; in GradTransposeAtPoints() local
H A Dcuda-ref-basis-tensor.h36 const CeedInt v_stride = is_transpose ? BASIS_NUM_NODES : BASIS_NUM_QPTS; in Interp() local
96 const CeedInt v_stride = is_transpose ? BASIS_NUM_NODES : BASIS_NUM_QPTS; in Grad() local
/libCEED/include/ceed/jit-source/hip/
H A Dhip-ref-basis-tensor-at-points.h61 const CeedInt v_stride = BASIS_NUM_PTS; in InterpAtPoints() local
144 const CeedInt v_stride = BASIS_NUM_NODES; in InterpTransposeAtPoints() local
240 const CeedInt v_stride = BASIS_NUM_PTS; in GradAtPoints() local
329 const CeedInt v_stride = BASIS_NUM_NODES; in GradTransposeAtPoints() local
H A Dhip-ref-basis-tensor.h36 const CeedInt v_stride = is_transpose ? BASIS_NUM_NODES : BASIS_NUM_QPTS; in Interp() local
96 const CeedInt v_stride = is_transpose ? BASIS_NUM_NODES : BASIS_NUM_QPTS; in Grad() local
/libCEED/backends/sycl-ref/
H A Dceed-sycl-ref-basis.sycl.cpp77 const CeedInt v_stride = is_transpose ? num_nodes : num_qpts; in CeedBasisApplyInterp_Sycl() local
180 const CeedInt v_stride = is_transpose ? num_nodes : num_qpts; in CeedBasisApplyGrad_Sycl() local
346 const CeedInt v_stride = Q; in CeedBasisApplyNonTensorInterp_Sycl() local
388 const CeedInt v_stride = Q; in CeedBasisApplyNonTensorGrad_Sycl() local