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
I found this issue when debugging the IREE runtime failures for the model model--finetuned_distilgpt2_sst2_negation0.0001_pretrainedTrue_epochs1--jhaochenz in our onnx test suite.
The following IR is incorrectly lowered to linalg:
This converts to:
It seems the lowering is unable to figure out that the back dim is untouched, and that the two dynamic dims are supposed to be flattened.
The text was updated successfully, but these errors were encountered: