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
BealZephyr
changed the title
[MLIR]Crashed on converting tosa to linalg
[MLIR]Crashed on converting tosa to linalg with assertion failure `idx < size()'
Mar 11, 2023
Axis seems to be wrong in the example above as we have a 1d tensor and probably we need to perform reduction on axis 0 not 1.
Think this #68410 resolves the issue by adding a verifier
Test on commit: 3b4cb1e
The same crash occurred in LLVM 16
steps to reproduce:
test case:
crash trace:
The text was updated successfully, but these errors were encountered: