-
Notifications
You must be signed in to change notification settings - Fork 507
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
[Torch] Add decomposition for 1d torch.nonzero #3876
base: main
Are you sure you want to change the base?
Conversation
iree linalg input>abi>preprocessing>global-optimization>dispatch>flow>BUG
If I delete the The |
Interesting, after I delete the test for the op that using nonzero, the e2e still stuck when run other tests. |
CI failed at MaskedScatterStaticBasic_basic_nonzerofailed.mlir, which lower to onnx.NonZero
|
The issue probably arise from the
|
After add dynamic support for AtenArangeStartStepOp, iree linalg bug move forward to
If test only with torch-mlir
|
Target model:
migraphx_onnx-model-zoo__gpt2-10
The python implementation: nonzero.py
To fix e2e test error in xida's previous draft #3721
Here is the bug and reproducer mlir: https://gist.github.com/AmosLewis/92717dbe4847649afefc915425629124