You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR modifies the aot-tool to potentially support several ze-module
formats (aside from spirv and native binary).
The `compiler.cpp` now has a string `format_name` template parameter
instead of a boolean `is_spv` that contains a format name ("native",
"spirv", ...). The string is then matched to an actual format in
`get_module_format()`.
Signed-off-by: dchigarev <[email protected]>
0 commit comments