Searched refs:Is64Bit (Results 1 – 2 of 2) sorted by relevance
| /libCEED/backends/sycl/ |
| H A D | online_compiler.hpp | 86 Is64Bit(true), 95 …t), OutputFormatVersion({0, 0}), DeviceType(dev_type), DeviceArch(arch), Is64Bit(true), DeviceStep… in online_compiler() 106 Is64Bit(true), 145 Is64Bit = false; in set32bitTarget() 151 Is64Bit = true; in set64bitTarget() 176 bool Is64Bit; member in sycl::ext::libceed::online_compiler
|
| H A D | online_compiler.sycl.cpp | 40 … char *> prepareOclocArgs(sycl::info::device_type DeviceType, device_arch DeviceArch, bool Is64Bit, in prepareOclocArgs() argument 76 Args.push_back(Is64Bit ? "-64" : "-32"); 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()
|