Update the dimensions of the index operations to account for dropped dimensions and replace the index operations of dropped dimensions by zero.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D100395
[mlir][linalg] update drop unit dims to support linalg index operations. ClosedPublic Authored by gysit on Apr 13 2021, 10:13 AM.
Details Summary Update the dimensions of the index operations to account for dropped dimensions and replace the index operations of dropped dimensions by zero.
Diff Detail
Event TimelineHerald added subscribers: dcaballe, cota, mravishankar and 18 others. · View Herald TranscriptApr 13 2021, 10:13 AM This revision is now accepted and ready to land.Apr 19 2021, 7:45 AM Closed by commit rGd0774f7f0a14: [mlir][linalg] update drop unit dims to support linalg index operations. (authored by gysit). · Explain WhyApr 19 2021, 10:24 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 338717 mlir/lib/Dialect/Linalg/Transforms/DropUnitDims.cpp
mlir/test/Dialect/Linalg/drop-unit-extent-dims.mlir
|