If this pass executes without shape inference its possible for unranked tensors
to appear in the IR. This pass should gracefully handle unranked tensors.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D106617
[mlir][tosa] Make tosa MakeBroadcastable pass handle unreanked tensors. ClosedPublic Authored by rsuderman on Jul 22 2021, 5:26 PM.
Details Summary If this pass executes without shape inference its possible for unranked tensors
Diff Detail
Event TimelineHerald added subscribers: armkevincheng, jsmolens, eric-k256 and 19 others. · View Herald Transcript This revision is now accepted and ready to land.Jul 22 2021, 5:34 PM This revision was landed with ongoing or failed builds.Jul 22 2021, 5:59 PM Closed by commit rG286e7bdd3ea4: [mlir][tosa] Make tosa MakeBroadcastable pass handle unreanked tensors. (authored by rsuderman). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 361049 mlir/lib/Dialect/Tosa/Transforms/TosaMakeBroadcastable.cpp
|