Home
last modified time | relevance | path

Searched refs:strides_elem_U (Results 1 – 2 of 2) sorted by relevance

/libCEED/include/ceed/jit-source/hip/
H A Dhip-ref-basis-nontensor-templates.h16 inline __device__ void Contract(const CeedInt elem, const CeedInt strides_elem_U, const CeedInt str… in Contract() argument
26 U = &d_U[elem * strides_elem_U + comp * strides_comp_U]; in Contract()
43 inline __device__ void ContractTranspose(const CeedInt elem, const CeedInt strides_elem_U, const Ce… in ContractTranspose() argument
55 U = &d_U[elem * strides_elem_U + comp * strides_comp_U + d * strides_q_comp_U]; in ContractTranspose()
/libCEED/include/ceed/jit-source/cuda/
H A Dcuda-ref-basis-nontensor-templates.h16 inline __device__ void Contract(const CeedInt elem, const CeedInt strides_elem_U, const CeedInt str… in Contract() argument
26 U = d_U + elem * strides_elem_U + comp * strides_comp_U; in Contract()
43 inline __device__ void ContractTranspose(const CeedInt elem, const CeedInt strides_elem_U, const Ce… in ContractTranspose() argument
55 U = &d_U[elem * strides_elem_U + comp * strides_comp_U + d * strides_q_comp_U]; in ContractTranspose()