Searched refs:device_type (Results 1 – 3 of 3) sorted by relevance
23 sycl::info::device_type device_type; in CeedInit_Sycl() local25 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()
84 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;
40 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()