Home
last modified time | relevance | path

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

/libCEED/backends/sycl/
H A Donline_compiler.hpp82 : OutputFormat(fmt), in online_compiler()
95 …: OutputFormat(fmt), OutputFormatVersion({0, 0}), DeviceType(dev_type), DeviceArch(arch), Is64Bit(… in online_compiler()
102 : OutputFormat(compiled_code_format::spir_v), in online_compiler()
120 OutputFormat = fmt; in setOutputFormat()
164 compiled_code_format OutputFormat; member in sycl::ext::libceed::online_compiler