Home
last modified time | relevance | path

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

/libCEED/include/ceed/jit-source/cuda/
H A Dcuda-ref-basis-tensor-at-points.h245 const CeedInt v_dim_stride = num_elem * BASIS_NUM_PTS * BASIS_NUM_COMP; in GradAtPoints() local
334 const CeedInt v_dim_stride = 0; in GradTransposeAtPoints() local
H A Dcuda-ref-basis-tensor.h100 const CeedInt v_dim_stride = is_transpose ? 0 : num_elem * BASIS_NUM_QPTS * BASIS_NUM_COMP; in Grad() local
/libCEED/include/ceed/jit-source/hip/
H A Dhip-ref-basis-tensor-at-points.h245 const CeedInt v_dim_stride = num_elem * BASIS_NUM_PTS * BASIS_NUM_COMP; in GradAtPoints() local
334 const CeedInt v_dim_stride = 0; in GradTransposeAtPoints() local
H A Dhip-ref-basis-tensor.h100 const CeedInt v_dim_stride = is_transpose ? 0 : num_elem * BASIS_NUM_QPTS * BASIS_NUM_COMP; in Grad() local
/libCEED/backends/sycl-ref/
H A Dceed-sycl-ref-basis.sycl.cpp184 const CeedInt v_dim_stride = is_transpose ? 0 : num_elem * num_qpts * num_comp; in CeedBasisApplyGrad_Sycl() local
392 const CeedInt v_dim_stride = v_comp_stride * num_comp; in CeedBasisApplyNonTensorGrad_Sycl() local
/libCEED/backends/magma/
H A Dceed-magma-basis.c153 CeedInt v_dim_stride = num_elem * elem_qpts_size * num_comp; in CeedBasisApplyCore_Magma() local