Home
last modified time | relevance | path

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

/libCEED/backends/sycl/
H A Donline_compiler.hpp24 class device_arch { class
28 device_arch(int Val) : Val(Val) {} in device_arch() function in sycl::ext::libceed::device_arch
85 DeviceArch(device_arch::any),
94 …online_compiler(sycl::info::device_type dev_type, device_arch arch, compiled_code_format fmt = com… in online_compiler()
105 DeviceArch(device_arch::any),
138 online_compiler<Lang> &setTargetDeviceArch(device_arch arch) { in setTargetDeviceArch()
173 device_arch DeviceArch;
H A Donline_compiler.sycl.cpp40 static std::vector<const char *> prepareOclocArgs(sycl::info::device_type DeviceType, device_arch D… in prepareOclocArgs()
46 case device_arch::gpu_gen9: in prepareOclocArgs()
50 case device_arch::gpu_gen9_5: in prepareOclocArgs()
54 case device_arch::gpu_gen11: in prepareOclocArgs()
58 case device_arch::gpu_gen12: in prepareOclocArgs()
100 …ToSPIRV(const std::string &Source, sycl::info::device_type DeviceType, device_arch DeviceArch, boo… in compileToSPIRV()