Should have verified the perm length and input rank were the same before
inferring shape. Caused a crash with invalid IR.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D110674
[mlir][tosa] Ranked check for transpose was wrong. ClosedPublic Authored by rsuderman on Sep 28 2021, 6:49 PM.
Details Summary Should have verified the perm length and input rank were the same before
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Sep 29 2021, 2:46 AM Closed by commit rG826d3eaae7e9: [mlir][tosa] Ranked check for transpose was wrong. (authored by rsuderman). · Explain WhySep 29 2021, 3:15 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 376053 mlir/lib/Dialect/Tosa/IR/TosaOps.cpp
|