MCPcopy Create free account
hub / github.com/AdaptiveCpp/AdaptiveCpp / format

Method format

src/runtime/ze/ze_code_object.cpp:152–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150}
151
152code_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
159backend_id ze_executable_object::managing_backend() const {
160 return backend_id::level_zero;

Callers 3

__str__Method · 0.45
add_footnoteFunction · 0.45
add_backendFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected