Home
last modified time | relevance | path

Searched defs:s_B (Results 1 – 8 of 8) sorted by relevance

/libCEED/include/ceed/jit-source/hip/
H A Dhip-shared-basis-tensor-at-points.h41 __shared__ CeedScalar s_B[BASIS_P_1D * BASIS_Q_1D]; in __launch_bounds__() local
97 __shared__ CeedScalar s_B[BASIS_P_1D * BASIS_Q_1D]; in __launch_bounds__() local
167 __shared__ CeedScalar s_B[BASIS_P_1D * BASIS_Q_1D]; in __launch_bounds__() local
229 __shared__ CeedScalar s_B[BASIS_P_1D * BASIS_Q_1D]; in __launch_bounds__() local
285 __shared__ CeedScalar s_B[BASIS_P_1D * BASIS_Q_1D]; in __launch_bounds__() local
356 __shared__ CeedScalar s_B[BASIS_P_1D * BASIS_Q_1D]; in __launch_bounds__() local
H A Dhip-shared-basis-tensor.h33 __shared__ CeedScalar s_B[BASIS_P_1D * BASIS_Q_1D]; in __launch_bounds__() local
102 __shared__ CeedScalar s_B[BASIS_P_1D * BASIS_Q_1D]; in __launch_bounds__() local
171 __shared__ CeedScalar s_B[BASIS_P_1D * BASIS_Q_1D]; in __launch_bounds__() local
244 __shared__ CeedScalar s_B[BASIS_P_1D * BASIS_Q_1D]; in __launch_bounds__() local
329 __shared__ CeedScalar s_B[BASIS_P_1D * BASIS_Q_1D]; in __launch_bounds__() local
414 __shared__ CeedScalar s_B[BASIS_P_1D * BASIS_Q_1D]; in __launch_bounds__() local
H A Dhip-shared-basis-nontensor.h33 __shared__ CeedScalar s_B[BASIS_P * BASIS_Q]; in __launch_bounds__() local
60 __shared__ CeedScalar s_B[BASIS_P * BASIS_Q]; in __launch_bounds__() local
87 __shared__ CeedScalar s_B[BASIS_P * BASIS_Q]; in __launch_bounds__() local
/libCEED/include/ceed/jit-source/sycl/
H A Dsycl-shared-basis-tensor.h24 local CeedScalar s_B[BASIS_P_1D * BASIS_Q_1D]; in Interp() local
58 local CeedScalar s_B[BASIS_P_1D * BASIS_Q_1D]; in InterpTranspose() local
92 local CeedScalar s_B[BASIS_P_1D * BASIS_Q_1D]; // Todo, don't allocate s_B for dimension 1 in Grad() local
127 local CeedScalar s_B[BASIS_P_1D * BASIS_Q_1D]; // Todo, don't allocate s_B for dimension 1 in GradTranspose() local
H A Dsycl-shared-basis-tensor-templates.h58local const CeedScalar *restrict s_B, private CeedScalar *restrict r_V, local CeedScalar *restrict… in Interp1d()
68local const CeedScalar *restrict s_B, private CeedScalar *restrict r_V, local CeedScalar *restrict… in InterpTranspose1d()
209local const CeedScalar *restrict s_B, private CeedScalar *restrict r_V, local CeedScalar *restrict… in InterpTensor2d()
222local const CeedScalar *restrict s_B, private CeedScalar *restrict r_V, local CeedScalar *restrict… in InterpTransposeTensor2d()
235local const CeedScalar *restrict s_B, local const CeedScalar *restrict s_G, private CeedScalar *re… in GradTensor2d()
251local const CeedScalar *restrict s_B, local const CeedScalar *restrict s_G, private CeedScalar *re… in GradTransposeTensor2d()
475local const CeedScalar *restrict s_B, private CeedScalar *restrict r_V, local CeedScalar *restrict… in InterpTensor3d()
490local const CeedScalar *restrict s_B, private CeedScalar *restrict r_V, local CeedScalar *restrict… in InterpTransposeTensor3d()
505local const CeedScalar *restrict s_B, local const CeedScalar *restrict s_G, private CeedScalar *re… in GradTensor3d()
527local const CeedScalar *restrict s_B, local const CeedScalar *restrict s_G, private CeedScalar *re… in GradTransposeTensor3d()
[all …]
/libCEED/include/ceed/jit-source/cuda/
H A Dcuda-shared-basis-tensor-at-points.h40 __shared__ CeedScalar s_B[BASIS_P_1D * BASIS_Q_1D]; in InterpAtPoints() local
96 __shared__ CeedScalar s_B[BASIS_P_1D * BASIS_Q_1D]; in InterpTransposeAtPoints() local
166 __shared__ CeedScalar s_B[BASIS_P_1D * BASIS_Q_1D]; in InterpTransposeAddAtPoints() local
227 __shared__ CeedScalar s_B[BASIS_P_1D * BASIS_Q_1D]; in GradAtPoints() local
283 __shared__ CeedScalar s_B[BASIS_P_1D * BASIS_Q_1D]; in GradTransposeAtPoints() local
354 __shared__ CeedScalar s_B[BASIS_P_1D * BASIS_Q_1D]; in GradTransposeAddAtPoints() local
H A Dcuda-shared-basis-tensor.h32 __shared__ CeedScalar s_B[BASIS_P_1D * BASIS_Q_1D]; in Interp() local
101 __shared__ CeedScalar s_B[BASIS_P_1D * BASIS_Q_1D]; in InterpTranspose() local
170 __shared__ CeedScalar s_B[BASIS_P_1D * BASIS_Q_1D]; in InterpTransposeAdd() local
242 __shared__ CeedScalar s_B[BASIS_P_1D * BASIS_Q_1D]; in Grad() local
325 __shared__ CeedScalar s_B[BASIS_P_1D * BASIS_Q_1D]; in GradTranspose() local
408 __shared__ CeedScalar s_B[BASIS_P_1D * BASIS_Q_1D]; in GradTransposeAdd() local
H A Dcuda-shared-basis-nontensor.h32 __shared__ CeedScalar s_B[BASIS_P * BASIS_Q]; in Interp() local
59 __shared__ CeedScalar s_B[BASIS_P * BASIS_Q]; in InterpTranspose() local
86 __shared__ CeedScalar s_B[BASIS_P * BASIS_Q]; in InterpTransposeAdd() local