Home
last modified time | relevance | path

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

/libCEED/backends/sycl/
H A Dceed-sycl-common.sycl.cpp23 sycl::info::device_type device_type; in CeedInit_Sycl() local
25 device_type = sycl::info::device_type::gpu; in CeedInit_Sycl()
27 device_type = sycl::info::device_type::cpu; in CeedInit_Sycl()
32 auto sycl_devices = sycl::device::get_devices(device_type); in CeedInit_Sycl()
H A Donline_compiler.hpp84 DeviceType(sycl::info::device_type::all),
94 …online_compiler(sycl::info::device_type dev_type, device_arch arch, compiled_code_format fmt = com… in online_compiler()
104 DeviceType(sycl::info::device_type::all),
132 online_compiler<Lang> &setTargetDeviceType(sycl::info::device_type type) { in setTargetDeviceType()
170 sycl::info::device_type DeviceType;
H A Donline_compiler.sycl.cpp40 static std::vector<const char *> prepareOclocArgs(sycl::info::device_type DeviceType, device_arch D… in prepareOclocArgs()
44 if (DeviceType == sycl::info::device_type::gpu) { in prepareOclocArgs()
100 static std::vector<byte> compileToSPIRV(const std::string &Source, sycl::info::device_type DeviceTy… in compileToSPIRV()