Searched refs:Weight1d (Results 1 – 8 of 8) sorted by relevance
| /libCEED/include/ceed/jit-source/hip/ |
| H A D | hip-ref-basis-tensor.h | 142 __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 D | hip-shared-basis-tensor-templates.h | 117 inline __device__ void Weight1d(SharedData_Hip &data, const CeedScalar *__restrict__ q_weight_1d, C… in Weight1d() function
|
| H A D | hip-shared-basis-tensor.h | 501 Weight1d<BASIS_P_1D, BASIS_Q_1D>(data, q_weight_1d, r_W); in __launch_bounds__()
|
| /libCEED/include/ceed/jit-source/cuda/ |
| H A D | cuda-ref-basis-tensor.h | 142 __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 D | cuda-shared-basis-tensor-templates.h | 117 inline __device__ void Weight1d(SharedData_Cuda &data, const CeedScalar *__restrict__ q_weight_1d, … in Weight1d() function
|
| H A D | cuda-shared-basis-tensor.h | 494 Weight1d<BASIS_P_1D, BASIS_Q_1D>(data, q_weight_1d, r_W); in Weight()
|
| /libCEED/include/ceed/jit-source/sycl/ |
| H A D | sycl-shared-basis-tensor.h | 170 Weight1d(BASIS_Q_1D, q_weight_1d, r_W); in Weight()
|
| H A D | sycl-shared-basis-tensor-templates.h | 97 inline void Weight1d(const CeedInt Q_1D, const CeedScalar *restrict q_weight_1d, CeedScalar *restri… in Weight1d() function
|