Searched refs:strides_elem_U (Results 1 – 2 of 2) sorted by relevance
16 inline __device__ void Contract(const CeedInt elem, const CeedInt strides_elem_U, const CeedInt str… in Contract() argument26 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() argument55 U = &d_U[elem * strides_elem_U + comp * strides_comp_U + d * strides_q_comp_U]; in ContractTranspose()
16 inline __device__ void Contract(const CeedInt elem, const CeedInt strides_elem_U, const CeedInt str… in Contract() argument26 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() argument55 U = &d_U[elem * strides_elem_U + comp * strides_comp_U + d * strides_q_comp_U]; in ContractTranspose()