| 150 | } |
| 151 | |
| 152 | code_format ze_executable_object::format() const { |
| 153 | if(_format == ze_source_format::spirv) |
| 154 | return code_format::spirv; |
| 155 | else |
| 156 | return code_format::native_isa; |
| 157 | } |
| 158 | |
| 159 | backend_id ze_executable_object::managing_backend() const { |
| 160 | return backend_id::level_zero; |
no outgoing calls
no test coverage detected