Searched refs:ceed_Sycl (Results 1 – 4 of 4) sorted by relevance
28 Ceed_Sycl *ceed_Sycl; in CeedQFunctionApply_Sycl() local39 CeedCallBackend(CeedGetData(ceed, &ceed_Sycl)); in CeedQFunctionApply_Sycl()64 if (!ceed_Sycl->sycl_queue.is_in_order()) e = {ceed_Sycl->sycl_queue.ext_oneapi_submit_barrier()}; in CeedQFunctionApply_Sycl()67 ceed_Sycl->sycl_queue.submit([&](sycl::handler &cgh) { in CeedQFunctionApply_Sycl()
39 Ceed_Sycl *ceed_Sycl; in CeedBasisApplyTensor_Sycl_shared() local45 CeedCallBackend(CeedGetData(ceed, &ceed_Sycl)); in CeedBasisApplyTensor_Sycl_shared()68 … if (!ceed_Sycl->sycl_queue.is_in_order()) e = {ceed_Sycl->sycl_queue.ext_oneapi_submit_barrier()}; in CeedBasisApplyTensor_Sycl_shared()69 ceed_Sycl->sycl_queue.submit([&](sycl::handler &cgh) { in CeedBasisApplyTensor_Sycl_shared()90 … if (!ceed_Sycl->sycl_queue.is_in_order()) e = {ceed_Sycl->sycl_queue.ext_oneapi_submit_barrier()}; in CeedBasisApplyTensor_Sycl_shared()92 ceed_Sycl->sycl_queue.submit([&](sycl::handler &cgh) { in CeedBasisApplyTensor_Sycl_shared()110 … if (!ceed_Sycl->sycl_queue.is_in_order()) e = {ceed_Sycl->sycl_queue.ext_oneapi_submit_barrier()}; in CeedBasisApplyTensor_Sycl_shared()112 ceed_Sycl->sycl_queue.submit([&](sycl::handler &cgh) { in CeedBasisApplyTensor_Sycl_shared()
32 Ceed_Sycl *ceed_Sycl; in CeedOperatorApplyAdd_Sycl_gen() local59 CeedCallBackend(CeedGetData(ceed, &ceed_Sycl)); in CeedOperatorApplyAdd_Sycl_gen()147 if (!ceed_Sycl->sycl_queue.is_in_order()) e = {ceed_Sycl->sycl_queue.ext_oneapi_submit_barrier()}; in CeedOperatorApplyAdd_Sycl_gen()149 CeedCallSycl(ceed, ceed_Sycl->sycl_queue.submit([&](sycl::handler &cgh) { in CeedOperatorApplyAdd_Sycl_gen()154 CeedCallSycl(ceed, ceed_Sycl->sycl_queue.wait_and_throw()); in CeedOperatorApplyAdd_Sycl_gen()
177 Ceed_Sycl *ceed_Sycl; in CeedRunKernelDimSharedSycl() local179 CeedCallBackend(CeedGetData(ceed, &ceed_Sycl)); in CeedRunKernelDimSharedSycl()180 sycl::event e = ceed_Sycl->sycl_queue.ext_oneapi_submit_barrier(); in CeedRunKernelDimSharedSycl()182 ceed_Sycl->sycl_queue.submit([&](sycl::handler &cgh) { in CeedRunKernelDimSharedSycl()