Home
last modified time | relevance | path

Searched defs:d_U (Results 1 – 9 of 9) sorted by relevance

/libCEED/include/ceed/jit-source/hip/
H A Dhip-ref-basis-nontensor.h21 …erp(const CeedInt num_elem, const CeedScalar *__restrict__ d_B, const CeedScalar *__restrict__ d_U, in Interp()
29 …ose(const CeedInt num_elem, const CeedScalar *__restrict__ d_B, const CeedScalar *__restrict__ d_U, in InterpTranspose()
40 …riv(const CeedInt num_elem, const CeedScalar *__restrict__ d_B, const CeedScalar *__restrict__ d_U, in Deriv()
48 …ose(const CeedInt num_elem, const CeedScalar *__restrict__ d_B, const CeedScalar *__restrict__ d_U, in DerivTranspose()
H A Dhip-ref-basis-nontensor-templates.h18 const CeedScalar *__restrict__ d_U, CeedScalar *__restrict__ d_V) { in Contract()
45const CeedScalar *__restrict__ d_U, CeedScalar *__restrict__ d_V) { in ContractTranspose()
/libCEED/include/ceed/jit-source/cuda/
H A Dcuda-ref-basis-nontensor.h21 …erp(const CeedInt num_elem, const CeedScalar *__restrict__ d_B, const CeedScalar *__restrict__ d_U, in Interp()
29 …ose(const CeedInt num_elem, const CeedScalar *__restrict__ d_B, const CeedScalar *__restrict__ d_U, in InterpTranspose()
40 …riv(const CeedInt num_elem, const CeedScalar *__restrict__ d_B, const CeedScalar *__restrict__ d_U, in Deriv()
48 …ose(const CeedInt num_elem, const CeedScalar *__restrict__ d_B, const CeedScalar *__restrict__ d_U, in DerivTranspose()
H A Dcuda-shared-basis-tensor.h18 …void Interp(const CeedInt num_elem, const CeedScalar *c_B, const CeedScalar *__restrict__ d_U, Cee… in Interp()
56 …InterpCollocated(const CeedInt num_elem, const CeedScalar *c_B, const CeedScalar *__restrict__ d_U, in InterpCollocated()
86 … InterpTranspose(const CeedInt num_elem, const CeedScalar *c_B, const CeedScalar *__restrict__ d_U, in InterpTranspose()
125 …locatedTranspose(const CeedInt num_elem, const CeedScalar *c_B, const CeedScalar *__restrict__ d_U, in InterpCollocatedTranspose()
155 …terpTransposeAdd(const CeedInt num_elem, const CeedScalar *c_B, const CeedScalar *__restrict__ d_U, in InterpTransposeAdd()
194 …atedTransposeAdd(const CeedInt num_elem, const CeedScalar *c_B, const CeedScalar *__restrict__ d_U, in InterpCollocatedTransposeAdd()
227 …CeedInt num_elem, const CeedScalar *c_B, const CeedScalar *c_G, const CeedScalar *__restrict__ d_U, in Grad()
270 …CeedInt num_elem, const CeedScalar *c_B, const CeedScalar *c_G, const CeedScalar *__restrict__ d_U, in GradCollocated()
310 …CeedInt num_elem, const CeedScalar *c_B, const CeedScalar *c_G, const CeedScalar *__restrict__ d_U, in GradTranspose()
354const CeedScalar *__restrict__ d_U, CeedScalar *__restrict__ d_V) { in GradCollocatedTranspose()
[all …]
H A Dcuda-shared-basis-nontensor.h18 …void Interp(const CeedInt num_elem, const CeedScalar *c_B, const CeedScalar *__restrict__ d_U, Cee… in Interp()
44 … InterpTranspose(const CeedInt num_elem, const CeedScalar *c_B, const CeedScalar *__restrict__ d_U, in InterpTranspose()
71 …terpTransposeAdd(const CeedInt num_elem, const CeedScalar *c_B, const CeedScalar *__restrict__ d_U, in InterpTransposeAdd()
101 …_ void Grad(const CeedInt num_elem, const CeedScalar *c_G, const CeedScalar *__restrict__ d_U, Cee… in Grad()
127 …id GradTranspose(const CeedInt num_elem, const CeedScalar *c_G, const CeedScalar *__restrict__ d_U, in GradTranspose()
154 …GradTransposeAdd(const CeedInt num_elem, const CeedScalar *c_G, const CeedScalar *__restrict__ d_U, in GradTransposeAdd()
H A Dcuda-shared-basis-tensor-at-points.h24 …const CeedScalar *__restrict__ d_X, const CeedScalar *__restrict__ d_U, CeedScalar *__restrict__ d… in InterpAtPoints()
80const CeedScalar *__restrict__ d_U, CeedScalar *__restrict__ d_V) { in InterpTransposeAtPoints()
150const CeedScalar *__restrict__ d_U, CeedScalar *__restrict__ d_V) { in InterpTransposeAddAtPoints()
211 …const CeedScalar *__restrict__ d_X, const CeedScalar *__restrict__ d_U, CeedScalar *__restrict__ d… in GradAtPoints()
267const CeedScalar *__restrict__ d_U, CeedScalar *__restrict__ d_V) { in GradTransposeAtPoints()
338const CeedScalar *__restrict__ d_U, CeedScalar *__restrict__ d_V) { in GradTransposeAddAtPoints()
H A Dcuda-ref-basis-nontensor-templates.h18 const CeedScalar *__restrict__ d_U, CeedScalar *__restrict__ d_V) { in Contract()
45const CeedScalar *__restrict__ d_U, CeedScalar *__restrict__ d_V) { in ContractTranspose()
/libCEED/include/ceed/jit-source/sycl/
H A Dsycl-shared-basis-tensor.h22 …Int num_elem, global const CeedScalar *restrict d_interp_1d, global const CeedScalar *restrict d_U, in Interp()
53 …Int num_elem, global const CeedScalar *restrict d_interp_1d, global const CeedScalar *restrict d_U, in InterpTranspose()
91 global const CeedScalar *restrict d_U, global CeedScalar *restrict d_V) { in Grad()
126 global const CeedScalar *restrict d_U, global CeedScalar *restrict d_V) { in GradTranspose()
/libCEED/backends/sycl-ref/
H A Dceed-sycl-ref-basis.sycl.cpp339 const CeedScalar *d_U, CeedScalar *d_V) { in CeedBasisApplyNonTensorInterp_Sycl()
380 const CeedScalar *d_U, CeedScalar *d_V) { in CeedBasisApplyNonTensorGrad_Sycl()