forked from iree-org/iree
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[onnx] Enable --iree-input-type=onnx (iree-org#15995)
Includes a one-line fix to torch-mlir (already landed) that fixes an unused variable warning. With this, the following now works (for a model.onnx from the test suite): ``` python -m iree.compiler.tools.import_onnx ~/tmp/model.onnx | ./tools/iree-compile --iree-input-type=onnx --iree-hal-target-backends=vmvx - -o /dev/null ``` We've still got a way to go on the conversions before there is enough coverage to be generally usable.
- Loading branch information
1 parent
7b7ffeb
commit 5e33995
Showing
4 changed files
with
48 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule torch-mlir
updated
from be3e74 to ca631a