Home
last modified time | relevance | path

Searched refs:DeviceArch (Results 1 – 2 of 2) sorted by relevance

/libCEED/backends/sycl/
H A Donline_compiler.hpp85 DeviceArch(device_arch::any),
95 …: OutputFormat(fmt), OutputFormatVersion({0, 0}), DeviceType(dev_type), DeviceArch(arch), Is64Bit(… in online_compiler()
105 DeviceArch(device_arch::any),
139 DeviceArch = arch; in setTargetDeviceArch()
173 device_arch DeviceArch; member in sycl::ext::libceed::online_compiler
H A Donline_compiler.sycl.cpp40 … char *> prepareOclocArgs(sycl::info::device_type DeviceType, device_arch DeviceArch, bool Is64Bit, in prepareOclocArgs() argument
45 switch (DeviceArch) { in prepareOclocArgs()
100 …onst std::string &Source, sycl::info::device_type DeviceType, device_arch DeviceArch, bool Is64Bit, 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()