Home
last modified time | relevance | path

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

/libCEED/include/ceed/jit-source/hip/
H A Dhip-ref-basis-nontensor.h22 CeedScalar *__restrict__ d_V) { in Interp()
30 CeedScalar *__restrict__ d_V) { in InterpTranspose()
41 CeedScalar *__restrict__ d_V) { in Deriv()
49 CeedScalar *__restrict__ d_V) { in DerivTranspose()
59 …ht(const CeedInt num_elem, const CeedScalar *__restrict__ q_weight, CeedScalar *__restrict__ d_V) { in Weight()
H A Dhip-ref-basis-nontensor-templates.h18 const CeedScalar *__restrict__ d_U, CeedScalar *__restrict__ d_V) { in Contract()
45 … const CeedScalar *__restrict__ d_U, CeedScalar *__restrict__ d_V) { in ContractTranspose()
/libCEED/include/ceed/jit-source/cuda/
H A Dcuda-ref-basis-nontensor.h22 CeedScalar *__restrict__ d_V) { in Interp()
30 CeedScalar *__restrict__ d_V) { in InterpTranspose()
41 CeedScalar *__restrict__ d_V) { in Deriv()
49 CeedScalar *__restrict__ d_V) { in DerivTranspose()
59 …ht(const CeedInt num_elem, const CeedScalar *__restrict__ q_weight, CeedScalar *__restrict__ d_V) { in Weight()
H A Dcuda-shared-basis-tensor.h18 …um_elem, const CeedScalar *c_B, const CeedScalar *__restrict__ d_U, CeedScalar *__restrict__ d_V) { in Interp()
57 CeedScalar *__restrict__ d_V) { in InterpCollocated()
87 CeedScalar *__restrict__ d_V) { in InterpTranspose()
126 CeedScalar *__restrict__ d_V) { in InterpCollocatedTranspose()
156 CeedScalar *__restrict__ d_V) { in InterpTransposeAdd()
195 CeedScalar *__restrict__ d_V) { in InterpCollocatedTransposeAdd()
228 CeedScalar *__restrict__ d_V) { in Grad()
271 CeedScalar *__restrict__ d_V) { in GradCollocated()
311 CeedScalar *__restrict__ d_V) { in GradTranspose()
354 … const CeedScalar *__restrict__ d_U, CeedScalar *__restrict__ d_V) { in GradCollocatedTranspose()
[all …]
H A Dcuda-shared-basis-nontensor.h18 …um_elem, const CeedScalar *c_B, const CeedScalar *__restrict__ d_U, CeedScalar *__restrict__ d_V) { in Interp()
45 CeedScalar *__restrict__ d_V) { in InterpTranspose()
72 CeedScalar *__restrict__ d_V) { in InterpTransposeAdd()
101 …um_elem, const CeedScalar *c_G, const CeedScalar *__restrict__ d_U, CeedScalar *__restrict__ d_V) { in Grad()
128 CeedScalar *__restrict__ d_V) { in GradTranspose()
155 CeedScalar *__restrict__ d_V) { in GradTransposeAdd()
H A Dcuda-shared-basis-tensor-at-points.h24 …t CeedScalar *__restrict__ d_X, const CeedScalar *__restrict__ d_U, CeedScalar *__restrict__ d_V) { in InterpAtPoints()
80 … const CeedScalar *__restrict__ d_U, CeedScalar *__restrict__ d_V) { in InterpTransposeAtPoints()
150 … const CeedScalar *__restrict__ d_U, CeedScalar *__restrict__ d_V) { in InterpTransposeAddAtPoints()
211 …t CeedScalar *__restrict__ d_X, const CeedScalar *__restrict__ d_U, CeedScalar *__restrict__ d_V) { in GradAtPoints()
267 … const CeedScalar *__restrict__ d_U, CeedScalar *__restrict__ d_V) { in GradTransposeAtPoints()
338 … const 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()
45 … const CeedScalar *__restrict__ d_U, CeedScalar *__restrict__ d_V) { in ContractTranspose()
/libCEED/include/ceed/jit-source/sycl/
H A Dsycl-shared-basis-tensor.h23 global CeedScalar *restrict d_V) { in Interp()
54 global CeedScalar *restrict d_V) { 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()
435 …(sycl::queue &sycl_queue, CeedInt num_elem, const CeedBasisNonTensor_Sycl *impl, CeedScalar *d_V) { in CeedBasisApplyNonTensorWeight_Sycl()