Home
last modified time | relevance | path

Searched defs:scratch (Results 1 – 3 of 3) sorted by relevance

/libCEED/include/ceed/jit-source/sycl/
H A Dsycl-shared-basis-tensor-templates.h20 private CeedScalar *restrict V, local CeedScalar *restrict scratch) { in ContractX1d()
39 … private CeedScalar *restrict V, local CeedScalar *restrict scratch) { in ContractTransposeX1d()
58 …t CeedScalar *restrict s_B, private CeedScalar *restrict r_V, local CeedScalar *restrict scratch) { in Interp1d()
68 …t CeedScalar *restrict s_B, private CeedScalar *restrict r_V, local CeedScalar *restrict scratch) { in InterpTranspose1d()
78 …t CeedScalar *restrict s_G, private CeedScalar *restrict r_V, local CeedScalar *restrict scratch) { in Grad1d()
88 …t CeedScalar *restrict s_G, private CeedScalar *restrict r_V, local CeedScalar *restrict scratch) { in GradTranspose1d()
110 private CeedScalar *restrict V, local CeedScalar *restrict scratch) { in ContractX2d()
130 private CeedScalar *restrict V, local CeedScalar *restrict scratch) { in ContractY2d()
150 … private CeedScalar *restrict V, local CeedScalar *restrict scratch) { in ContractTransposeY2d()
170 … private CeedScalar *restrict V, local CeedScalar *restrict scratch) { in ContractTransposeX2d()
[all …]
H A Dsycl-shared-basis-tensor.h30 local CeedScalar scratch[BASIS_INTERP_SCRATCH_SIZE]; in Interp() local
64 local CeedScalar scratch[BASIS_INTERP_SCRATCH_SIZE]; in InterpTranspose() local
100 local CeedScalar scratch[BASIS_GRAD_SCRATCH_SIZE]; in Grad() local
135 local CeedScalar scratch[BASIS_GRAD_SCRATCH_SIZE]; in GradTranspose() local
H A Dsycl-gen-templates.h286 …onst local CeedScalar *s_G, private CeedScalar *restrict r_V, local CeedScalar *restrict scratch) { in gradCollo3d()
320 …l CeedScalar *restrict s_G, private CeedScalar *restrict r_V, local CeedScalar *restrict scratch) { in gradColloTranspose3d()