Home
last modified time | relevance | path

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

/libCEED/include/ceed/jit-source/sycl/
H A Dsycl-types.h26 } FieldsInt_Sycl; typedef
36 } FieldsInt_Sycl; typedef
/libCEED/backends/sycl-gen/
H A Dceed-sycl-gen.hpp22 FieldsInt_Sycl *indices;
H A Dceed-sycl-gen-operator.sycl.cpp220 …impl->indices = sycl::malloc_device<FieldsInt_Sycl>(1, sycl_data->sycl_device, sycl_data->sycl_con… in CeedOperatorCreate_Sycl_gen()
H A Dceed-sycl-gen-operator-build.sycl.cpp68 FieldsInt_Sycl h_indices; in CeedOperatorBuildKernel_Sycl_gen()
764 …sycl::event copy_indices = sycl_data->sycl_queue.copy<FieldsInt_Sycl>(&h_indices, impl->indices, 1… in CeedOperatorBuildKernel_Sycl_gen()