Home
last modified time | relevance | path

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

/libCEED/backends/sycl/
H A Donline_compiler.hpp20 enum class compiled_code_format { enum
81 online_compiler(compiled_code_format fmt = compiled_code_format::spir_v) in online_compiler()
94 …(sycl::info::device_type dev_type, device_arch arch, compiled_code_format fmt = compiled_code_form… in online_compiler()
102 : OutputFormat(compiled_code_format::spir_v), in online_compiler()
119 online_compiler<Lang> &setOutputFormat(compiled_code_format fmt) { in setOutputFormat()
164 compiled_code_format OutputFormat;