Home
last modified time | relevance | path

Searched refs:U_i (Results 1 – 1 of 1) sorted by relevance

/libCEED/backends/sycl-ref/
H A Dceed-sycl-ref-qfunction.sycl.cpp46 const CeedVector *U_i = U; in CeedQFunctionApply_Sycl() local
48 CeedCallBackend(CeedVectorGetArrayRead(*U_i, CEED_MEM_DEVICE, &input_i)); in CeedQFunctionApply_Sycl()
49 ++U_i; in CeedQFunctionApply_Sycl()
93 U_i = U; in CeedQFunctionApply_Sycl()
95 CeedCallBackend(CeedVectorRestoreArrayRead(*U_i, &input_i)); in CeedQFunctionApply_Sycl()
96 ++U_i; in CeedQFunctionApply_Sycl()