Searched refs:DeviceType (Results 1 – 2 of 2) sorted by relevance
| /libCEED/backends/sycl/ |
| H A D | online_compiler.hpp | 84 DeviceType(sycl::info::device_type::all), 95 …: OutputFormat(fmt), OutputFormatVersion({0, 0}), DeviceType(dev_type), DeviceArch(arch), Is64Bit(… in online_compiler() 104 DeviceType(sycl::info::device_type::all), 133 DeviceType = type; in setTargetDeviceType() 170 sycl::info::device_type DeviceType; member in sycl::ext::libceed::online_compiler
|
| H A D | online_compiler.sycl.cpp | 40 static std::vector<const char *> prepareOclocArgs(sycl::info::device_type DeviceType, device_arch D… in prepareOclocArgs() argument 44 if (DeviceType == sycl::info::device_type::gpu) { in prepareOclocArgs() 100 …yte> compileToSPIRV(const std::string &Source, sycl::info::device_type DeviceType, device_arch Dev… in compileToSPIRV() argument 143 …std::vector<const char *> Args = prepareOclocArgs(DeviceType, DeviceArch, Is64Bit, DeviceStepping,… in compileToSPIRV() 192 …return compileToSPIRV(Source, DeviceType, DeviceArch, Is64Bit, DeviceStepping, CompileToSPIRVHandl… in compile() 205 …return compileToSPIRV(Source, DeviceType, DeviceArch, Is64Bit, DeviceStepping, CompileToSPIRVHandl… in compile()
|