Home
last modified time | relevance | path

Searched defs:u_comp_stride (Results 1 – 6 of 6) sorted by relevance

/libCEED/include/ceed/jit-source/cuda/
H A Dcuda-ref-basis-tensor-at-points.h62 const CeedInt u_comp_stride = num_elem * BASIS_NUM_NODES; in InterpAtPoints() local
145 const CeedInt u_comp_stride = num_elem * BASIS_NUM_PTS; in InterpTransposeAtPoints() local
241 const CeedInt u_comp_stride = num_elem * BASIS_NUM_NODES; in GradAtPoints() local
330 const CeedInt u_comp_stride = num_elem * BASIS_NUM_PTS; in GradTransposeAtPoints() local
H A Dcuda-ref-basis-tensor.h37 const CeedInt u_comp_stride = num_elem * (is_transpose ? BASIS_NUM_QPTS : BASIS_NUM_NODES); in Interp() local
97 const CeedInt u_comp_stride = num_elem * (is_transpose ? BASIS_NUM_QPTS : BASIS_NUM_NODES); in Grad() local
/libCEED/include/ceed/jit-source/hip/
H A Dhip-ref-basis-tensor-at-points.h62 const CeedInt u_comp_stride = num_elem * BASIS_NUM_NODES; in InterpAtPoints() local
145 const CeedInt u_comp_stride = num_elem * BASIS_NUM_PTS; in InterpTransposeAtPoints() local
241 const CeedInt u_comp_stride = num_elem * BASIS_NUM_NODES; in GradAtPoints() local
330 const CeedInt u_comp_stride = num_elem * BASIS_NUM_PTS; in GradTransposeAtPoints() local
H A Dhip-ref-basis-tensor.h37 const CeedInt u_comp_stride = num_elem * (is_transpose ? BASIS_NUM_QPTS : BASIS_NUM_NODES); in Interp() local
97 const CeedInt u_comp_stride = num_elem * (is_transpose ? BASIS_NUM_QPTS : BASIS_NUM_NODES); in Grad() local
/libCEED/backends/sycl-ref/
H A Dceed-sycl-ref-basis.sycl.cpp78 const CeedInt u_comp_stride = num_elem * u_stride; in CeedBasisApplyInterp_Sycl() local
181 const CeedInt u_comp_stride = num_elem * u_stride; in CeedBasisApplyGrad_Sycl() local
347 const CeedInt u_comp_stride = u_stride * num_elem; in CeedBasisApplyNonTensorInterp_Sycl() local
389 const CeedInt u_comp_stride = u_stride * num_elem; in CeedBasisApplyNonTensorGrad_Sycl() local
/libCEED/backends/magma/
H A Dceed-magma-basis.c78 CeedInt u_comp_stride = num_elem * elem_dofs_size; in CeedBasisApplyCore_Magma() local
149 CeedInt u_comp_stride = num_elem * elem_dofs_size; in CeedBasisApplyCore_Magma() local