Home
last modified time | relevance | path

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

/libCEED/backends/sycl/
H A Donline_compiler.hpp87 DeviceStepping("") {}
95 …FormatVersion({0, 0}), DeviceType(dev_type), DeviceArch(arch), Is64Bit(true), DeviceStepping("") {} in online_compiler()
107 DeviceStepping("") {}
158 DeviceStepping = id; in setTargetDeviceStepping()
179 std::string DeviceStepping; member in sycl::ext::libceed::online_compiler
H A Donline_compiler.sycl.cpp41 … const std::string &DeviceStepping, const std::string &UserArgs) { in prepareOclocArgs() argument
71 if (DeviceStepping != "") { in prepareOclocArgs()
73 Args.push_back(DeviceStepping.c_str()); in prepareOclocArgs()
101 … const std::string &DeviceStepping, void *&CompileToSPIRVHandle, void *&FreeSPIRVOutputsHandle, 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()