We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tracking fixes of E2E IREE tests. Below is the list of ops for which OnnxToTorch lowering exists and compiles but it fails at runtime.
To reproduce issue: build venv following https://github.com/nod-ai/SHARK-TestSuite/tree/main/iree_tests#common-venv-setup-with-deps
cd iree_tests/onnx/node/generated/TEST_NAME/ iree-compile model.mlir --iree-hal-target-backends=llvm-cpu -o test.vmfb iree-run-module --module=test.vmfb --device=local-sync --flagfile=test_data_flags.txt
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Tracking fixes of E2E IREE tests. Below is the list of ops for which OnnxToTorch lowering exists and compiles but it fails at runtime.
To reproduce issue:
build venv following https://github.com/nod-ai/SHARK-TestSuite/tree/main/iree_tests#common-venv-setup-with-deps
When picking up any failures below, please cross check #215, #450, #566 to see if there is overlap issue.
Failures By Category:
Return Type Mismatch (for ints signed / unsigned)
OUT_OF_RANGE
NUMERICAL ERROR
INVALID_ARGUMENT
ERROR CODE 248
ERROR CODE 245
The text was updated successfully, but these errors were encountered: