Home
last modified time | relevance | path

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

/libCEED/backends/sycl/
H A Donline_compiler.hpp83 OutputFormatVersion({0, 0}), in online_compiler()
95 …: OutputFormat(fmt), OutputFormatVersion({0, 0}), DeviceType(dev_type), DeviceArch(arch), Is64Bit(… in online_compiler()
103 OutputFormatVersion({0, 0}), in online_compiler()
127 OutputFormatVersion = {major, minor}; in setOutputFormatVersion()
167 std::pair<int, int> OutputFormatVersion; member in sycl::ext::libceed::online_compiler
H A Donline_compiler.sycl.cpp187 if (OutputFormatVersion != std::pair<int, int>{0, 0}) { in compile()
188 …std::string Version = std::to_string(OutputFormatVersion.first) + ", " + std::to_string(OutputForm… in compile()
198 if (OutputFormatVersion != std::pair<int, int>{0, 0}) { in compile()
199 …std::string Version = std::to_string(OutputFormatVersion.first) + ", " + std::to_string(OutputForm… in compile()