Even with all parallel loops reading the output value is still allowed so we don't have to handle reduction loops differently.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D109851
[mlir][linalg] Extend drop unit dim pattern to all cases of reduction ClosedPublic Authored by ThomasRaoux on Sep 15 2021, 2:01 PM.
Details Summary Even with all parallel loops reading the output value is still allowed so we don't have to handle reduction loops differently.
Diff Detail
Event TimelineHerald added subscribers: wenzhicui, wrengr, Chia-hungDuan and 19 others. · View Herald TranscriptSep 15 2021, 2:01 PM This revision is now accepted and ready to land.Sep 17 2021, 3:34 AM This revision was landed with ongoing or failed builds.Sep 17 2021, 10:12 AM Closed by commit rG36aac53b3698: [mlir][linalg] Extend drop unit dim pattern to all cases of reduction (authored by ThomasRaoux). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 373269 mlir/lib/Dialect/Linalg/Transforms/DropUnitDims.cpp
mlir/test/Dialect/Linalg/drop-unit-extent-dims.mlir
|