Searched refs:dA (Results 1 – 3 of 3) sorted by relevance
| /libCEED/include/ceed/jit-source/magma/ |
| H A D | magma-basis-interp-deriv-nontensor.h | 14 static __device__ __inline__ void magma_basis_nontensor_device_n(const int n, CeedScalar const *dA,… in magma_basis_nontensor_device_n() argument 38 …ans_g2r_1D_nosync<CeedScalar, Q, P, MAGMA_BASIS_NTCOL(Q, MAGMA_MAXTHREADS_1D)>(tx, ty, dA, sA, rA); in magma_basis_nontensor_device_n() 48 dA += Q * P; in magma_basis_nontensor_device_n() 57 static __device__ __inline__ void magma_basis_nontensor_device_t(const int n, CeedScalar const *dA,… in magma_basis_nontensor_device_t() argument 78 …ans_g2r_1D_nosync<CeedScalar, P, Q, MAGMA_BASIS_NTCOL(P, MAGMA_MAXTHREADS_1D)>(tx, ty, dA, sA, rA); in magma_basis_nontensor_device_t() 89 dA += P * Q; in magma_basis_nontensor_device_t() 103 static __device__ __inline__ void magma_basis_nontensor_device_ta(const int n, const CeedScalar *dA… in magma_basis_nontensor_device_ta() argument 124 …ans_g2r_1D_nosync<CeedScalar, P, Q, MAGMA_BASIS_NTCOL(P, MAGMA_MAXTHREADS_1D)>(tx, ty, dA, sA, rA); in magma_basis_nontensor_device_ta() 135 dA += P * Q; in magma_basis_nontensor_device_ta() 149 static __device__ __inline__ void magma_basis_nontensor_device_n1(const int n, CeedScalar const *dA… in magma_basis_nontensor_device_n1() argument [all …]
|
| H A D | magma-common-nontensor.h | 20 …line__ void read_A_notrans_g2r_1D_nosync(const int tx, const int ty, const T *dA, T *sA, T rA[Q]) { in read_A_notrans_g2r_1D_nosync() argument 26 sA[i + tid] = dA[i + tid]; in read_A_notrans_g2r_1D_nosync() 29 sA[i + tid] = dA[i + tid]; in read_A_notrans_g2r_1D_nosync() 45 …inline__ void read_A_trans_g2r_1D_nosync(const int tx, const int ty, const T *dA, T *sA, T rA[Q]) { in read_A_trans_g2r_1D_nosync() argument 51 sA[i + tid] = dA[i + tid]; in read_A_trans_g2r_1D_nosync() 54 sA[i + tid] = dA[i + tid]; in read_A_trans_g2r_1D_nosync()
|
| /libCEED/examples/fluids/problems/ |
| H A D | newtonian.c | 86 CeedScalar dA[5] = {0}; in TestState_fwd() local 88 dA[i] = A0[i]; in TestState_fwd() 89 State dstate_0 = StateFromQ_fwd(gas, state_0, dA, state_var_A); in TestState_fwd()
|