Home
last modified time | relevance | path

Searched refs:Weight1d (Results 1 – 8 of 8) sorted by relevance

/libCEED/include/ceed/jit-source/hip/
H A Dhip-ref-basis-tensor.h142 __device__ void Weight1d(const CeedInt num_elem, const CeedScalar *q_weight_1d, CeedScalar *w) { in Weight1d() function
194 if (BASIS_DIM == 1) Weight1d(num_elem, q_weight_1d, v); in Weight()
H A Dhip-shared-basis-tensor-templates.h117 inline __device__ void Weight1d(SharedData_Hip &data, const CeedScalar *__restrict__ q_weight_1d, C… in Weight1d() function
H A Dhip-shared-basis-tensor.h501 Weight1d<BASIS_P_1D, BASIS_Q_1D>(data, q_weight_1d, r_W); in __launch_bounds__()
/libCEED/include/ceed/jit-source/cuda/
H A Dcuda-ref-basis-tensor.h142 __device__ void Weight1d(const CeedInt num_elem, const CeedScalar *q_weight_1d, CeedScalar *w) { in Weight1d() function
194 if (BASIS_DIM == 1) Weight1d(num_elem, q_weight_1d, v); in Weight()
H A Dcuda-shared-basis-tensor-templates.h117 inline __device__ void Weight1d(SharedData_Cuda &data, const CeedScalar *__restrict__ q_weight_1d, … in Weight1d() function
H A Dcuda-shared-basis-tensor.h494 Weight1d<BASIS_P_1D, BASIS_Q_1D>(data, q_weight_1d, r_W); in Weight()
/libCEED/include/ceed/jit-source/sycl/
H A Dsycl-shared-basis-tensor.h170 Weight1d(BASIS_Q_1D, q_weight_1d, r_W); in Weight()
H A Dsycl-shared-basis-tensor-templates.h97 inline void Weight1d(const CeedInt Q_1D, const CeedScalar *restrict q_weight_1d, CeedScalar *restri… in Weight1d() function