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
The text was updated successfully, but these errors were encountered:
ghost
changed the title
[mlir][tosor] double --eliminate-empty-tensors crashed with assertion failure "expected 'op' to have no uses"
[mlir][tensor] double --eliminate-empty-tensors crashed with assertion failure "expected 'op' to have no uses"
Oct 2, 2023
with command:mlir-opt --eliminate-empty-tensors a.mlir
Algebraic optimization mlir-opt --canonicalize --eliminate-empty-tensors a.mlir
is expected to eliminate empty operations, but it seems to only take effect on buffers. I have also fixed this issue.
git version: 9580468
system:
Ubuntu 20.04.6 LTS (Focal Fossa)
reproduced with:
mlir-opt --eliminate-empty-tensors --eliminate-empty-tensors a.mlir
a.mlir:
trace:
The text was updated successfully, but these errors were encountered: