Searched refs:il_binary (Results 1 – 1 of 1) sorted by relevance
| /libCEED/backends/sycl/ |
| H A D | ceed-sycl-compile.sycl.cpp | 71 …d ceed, const sycl::device &sycl_device, const std::string &opencl_source, ByteVector_t &il_binary, in CeedJitCompileSource_Sycl() argument 76 il_binary = compiler.compile(opencl_source, flags); 86 … const sycl::context &sycl_context, const sycl::device &sycl_device, const ByteVector_t &il_binary, in CeedLoadModule_Sycl() argument 94 il_binary.size(), in CeedLoadModule_Sycl() 95 il_binary.data(), in CeedLoadModule_Sycl() 128 ByteVector_t il_binary; in CeedBuildModule_Sycl() local 133 CeedCallBackend(CeedJitCompileSource_Sycl(ceed, data->sycl_device, jit_source, il_binary, flags)); in CeedBuildModule_Sycl() 134 …CeedCallBackend(CeedLoadModule_Sycl(ceed, data->sycl_context, data->sycl_device, il_binary, sycl_m… in CeedBuildModule_Sycl()
|