-
Notifications
You must be signed in to change notification settings - Fork 505
New issue
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
[ONNX] Fix resize ceil numerics and add half_pixel_symmetric support #3443
Conversation
Curious, I found https://github.com/nod-ai/e2eshark-reports/blob/main/2024-06-10/onnx_reports/statusreport.md but I cannot find a corresponding report for that external test suite (essentially per op). Is that available? |
I was testing in a local build of iree with this torch-mlir commit. IREE's ci runs the onnx node tests, so when we bump torch-mlir there, we should get a few more passes. Here is an example of an IREE Regression Test |
I forgot to quote the reply, sorry about that. In any case, I merged the work you committed earlier today, @mgehre-amd. Would you mind reviewing this PR? |
There is also a tracking issue for ONNX Frontend Support that you can check out if you want to contribute towards this project. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! The implementation looks correct. Can you please add a test for it?
…lvm#3443) This patch fixes several failing tests in our [external test suite](https://github.com/nod-ai/SHARK-TestSuite/tree/main/iree_tests/onnx/node/generated), and addresses some of the issues discussed in llvm#3420
This patch fixes several failing tests in our external test suite, and addresses some of the issues discussed in #3420