Add the addTileLoopIvsToIndexOpResults method to shift the IndexOp results after tiling.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Paths
| Differential D109761
[mlir][linalg] Add helper to update IndexOps after tiling (NFC). ClosedPublic Authored by gysit on Sep 14 2021, 7:08 AM.
Details Summary Add the addTileLoopIvsToIndexOpResults method to shift the IndexOp results after tiling.
Diff Detail
Unit TestsFailed Event TimelineHerald added subscribers: wenzhicui, wrengr, Chia-hungDuan and 21 others. · View Herald TranscriptSep 14 2021, 7:08 AM This revision is now accepted and ready to land.Sep 17 2021, 7:02 AM This revision was landed with ongoing or failed builds.Sep 17 2021, 8:19 AM Closed by commit rG90b7817e03af: [mlir][linalg] Add helper to update IndexOps after tiling (NFC). (authored by gysit). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 372477 mlir/include/mlir/Dialect/Linalg/Utils/Utils.h
mlir/lib/Dialect/Linalg/Transforms/Fusion.cpp
mlir/lib/Dialect/Linalg/Transforms/Tiling.cpp
mlir/lib/Dialect/Linalg/Utils/Utils.cpp
|