Home
last modified time | relevance | path

Searched defs:s_G (Results 1 – 7 of 7) sorted by relevance

/libCEED/include/ceed/jit-source/hip/
H A Dhip-shared-basis-tensor.h246 __shared__ CeedScalar s_G[BASIS_Q_1D * (BASIS_HAS_COLLOCATED_GRAD ? BASIS_Q_1D : BASIS_P_1D)]; in __launch_bounds__() local
288 __shared__ CeedScalar s_G[BASIS_Q_1D * (BASIS_HAS_COLLOCATED_GRAD ? BASIS_Q_1D : BASIS_P_1D)]; in __launch_bounds__() local
331 __shared__ CeedScalar s_G[BASIS_Q_1D * (BASIS_HAS_COLLOCATED_GRAD ? BASIS_Q_1D : BASIS_P_1D)]; in __launch_bounds__() local
373 __shared__ CeedScalar s_G[BASIS_Q_1D * (BASIS_HAS_COLLOCATED_GRAD ? BASIS_Q_1D : BASIS_P_1D)]; in __launch_bounds__() local
416 __shared__ CeedScalar s_G[BASIS_Q_1D * (BASIS_HAS_COLLOCATED_GRAD ? BASIS_Q_1D : BASIS_P_1D)]; in __launch_bounds__() local
458 __shared__ CeedScalar s_G[BASIS_Q_1D * (BASIS_HAS_COLLOCATED_GRAD ? BASIS_Q_1D : BASIS_P_1D)]; in __launch_bounds__() local
H A Dhip-shared-basis-nontensor.h117 __shared__ CeedScalar s_G[BASIS_P * BASIS_Q * BASIS_DIM]; in __launch_bounds__() local
144 __shared__ CeedScalar s_G[BASIS_P * BASIS_Q * BASIS_DIM]; in __launch_bounds__() local
171 __shared__ CeedScalar s_G[BASIS_P * BASIS_Q * BASIS_DIM]; in __launch_bounds__() local
/libCEED/include/ceed/jit-source/cuda/
H A Dcuda-shared-basis-tensor.h244 __shared__ CeedScalar s_G[BASIS_Q_1D * (BASIS_HAS_COLLOCATED_GRAD ? BASIS_Q_1D : BASIS_P_1D)]; in Grad() local
285 __shared__ CeedScalar s_G[BASIS_Q_1D * (BASIS_HAS_COLLOCATED_GRAD ? BASIS_Q_1D : BASIS_P_1D)]; in GradCollocated() local
327 __shared__ CeedScalar s_G[BASIS_Q_1D * (BASIS_HAS_COLLOCATED_GRAD ? BASIS_Q_1D : BASIS_P_1D)]; in GradTranspose() local
368 __shared__ CeedScalar s_G[BASIS_Q_1D * (BASIS_HAS_COLLOCATED_GRAD ? BASIS_Q_1D : BASIS_P_1D)]; in GradCollocatedTranspose() local
410 __shared__ CeedScalar s_G[BASIS_Q_1D * (BASIS_HAS_COLLOCATED_GRAD ? BASIS_Q_1D : BASIS_P_1D)]; in GradTransposeAdd() local
451 __shared__ CeedScalar s_G[BASIS_Q_1D * (BASIS_HAS_COLLOCATED_GRAD ? BASIS_Q_1D : BASIS_P_1D)]; in GradCollocatedTransposeAdd() local
H A Dcuda-shared-basis-nontensor.h115 __shared__ CeedScalar s_G[BASIS_P * BASIS_Q * BASIS_DIM]; in Grad() local
142 __shared__ CeedScalar s_G[BASIS_P * BASIS_Q * BASIS_DIM]; in GradTranspose() local
169 __shared__ CeedScalar s_G[BASIS_P * BASIS_Q * BASIS_DIM]; in GradTransposeAdd() local
/libCEED/include/ceed/jit-source/sycl/
H A Dsycl-shared-basis-tensor.h93 local CeedScalar s_G[BASIS_Q_1D * (BASIS_HAS_COLLOCATED_GRAD ? BASIS_Q_1D : BASIS_P_1D)]; in Grad() local
128 local CeedScalar s_G[BASIS_Q_1D * (BASIS_HAS_COLLOCATED_GRAD ? BASIS_Q_1D : BASIS_P_1D)]; in GradTranspose() local
H A Dsycl-shared-basis-tensor-templates.h78local const CeedScalar *restrict s_G, private CeedScalar *restrict r_V, local CeedScalar *restrict… in Grad1d()
88local const CeedScalar *restrict s_G, private CeedScalar *restrict r_V, local CeedScalar *restrict… in GradTranspose1d()
235 …local const CeedScalar *restrict s_B, local const CeedScalar *restrict s_G, private CeedScalar *re… in GradTensor2d()
251 …local const CeedScalar *restrict s_B, local const CeedScalar *restrict s_G, private CeedScalar *re… in GradTransposeTensor2d()
505 …local const CeedScalar *restrict s_B, local const CeedScalar *restrict s_G, private CeedScalar *re… in GradTensor3d()
527 …local const CeedScalar *restrict s_B, local const CeedScalar *restrict s_G, private CeedScalar *re… in GradTransposeTensor3d()
549 …local const CeedScalar *restrict s_B, local const CeedScalar *restrict s_G, private CeedScalar *re… in GradTensorCollocated3d()
568 … local const CeedScalar *restrict s_B, local const CeedScalar *restrict s_G, in GradTransposeTensorCollocated3d()
H A Dsycl-gen-templates.h286const local CeedScalar *s_G, private CeedScalar *restrict r_V, local CeedScalar *restrict scratch)… in gradCollo3d()
320const local CeedScalar *restrict s_G, private CeedScalar *restrict r_V, local CeedScalar *restrict… in gradColloTranspose3d()