Home
last modified time | relevance | path

Searched refs:WeightTensor2d (Results 1 – 6 of 6) sorted by relevance

/libCEED/include/ceed/jit-source/sycl/
H A Dsycl-shared-basis-tensor.h174 WeightTensor2d(BASIS_Q_1D, q_weight_1d, r_W); in Weight()
H A Dsycl-shared-basis-tensor-templates.h266 inline void WeightTensor2d(const CeedInt Q_1D, const CeedScalar *restrict q_weight_1d, CeedScalar *… in WeightTensor2d() function
/libCEED/include/ceed/jit-source/cuda/
H A Dcuda-shared-basis-tensor-templates.h310 inline __device__ void WeightTensor2d(SharedData_Cuda &data, const CeedScalar *__restrict__ q_weigh… in WeightTensor2d() function
H A Dcuda-shared-basis-tensor.h497 WeightTensor2d<BASIS_P_1D, BASIS_Q_1D>(data, q_weight_1d, r_W); in Weight()
/libCEED/include/ceed/jit-source/hip/
H A Dhip-shared-basis-tensor-templates.h309 inline __device__ void WeightTensor2d(SharedData_Hip &data, const CeedScalar *__restrict__ q_weight… in WeightTensor2d() function
H A Dhip-shared-basis-tensor.h504 WeightTensor2d<BASIS_P_1D, BASIS_Q_1D>(data, q_weight_1d, r_W); in __launch_bounds__()