Searched refs:sTweight (Results 1 – 3 of 3) sorted by relevance
| /libCEED/include/ceed/jit-source/magma/ |
| H A D | magma-basis-weight-3d.h | 15 static __device__ __inline__ void magma_weight_3d_device(const T *sTweight, T rV[DIM][NUM_COMP][Q],… in magma_weight_3d_device() argument 28 rV[i_DIM][i_COMP][j] = sTweight[j] * sTweight[tx % Q] * sTweight[tx / Q]; in magma_weight_3d_device() 49 CeedScalar *sTweight = (CeedScalar *)shared_data; in __launch_bounds__() local 53 sTweight[tx] = dqweight1d[tx]; in __launch_bounds__() 57 magma_weight_3d_device<CeedScalar, 1, 1, BASIS_Q, 0, 0>(sTweight, rV, tx); in __launch_bounds__()
|
| H A D | magma-basis-weight-1d.h | 15 static __device__ __inline__ void magma_weight_1d_device(const T *sTweight, T *sV, const int tx) { in magma_weight_1d_device() argument 20 sV[tx] = sTweight[tx]; in magma_weight_1d_device() 39 CeedScalar *sTweight = (CeedScalar *)shared_data; in __launch_bounds__() local 40 CeedScalar *sV = sTweight + BASIS_Q; in __launch_bounds__() 45 sTweight[tx] = dqweight1d[tx]; in __launch_bounds__() 49 magma_weight_1d_device<CeedScalar, BASIS_Q>(sTweight, sV, tx); in __launch_bounds__()
|
| H A D | magma-basis-weight-2d.h | 15 static __device__ __inline__ void magma_weight_2d_device(const T *sTweight, T rV[DIM][NUM_COMP][Q],… in magma_weight_2d_device() argument 27 rV[i_DIM][i_COMP][j] = sTweight[j] * sTweight[tx]; in magma_weight_2d_device() 48 CeedScalar *sTweight = (CeedScalar *)shared_data; in __launch_bounds__() local 52 sTweight[tx] = dqweight1d[tx]; in __launch_bounds__() 56 magma_weight_2d_device<CeedScalar, 1, 1, BASIS_Q, 0, 0>(sTweight, rV, tx); in __launch_bounds__()
|