The patch updates the linalg fusion pass to add the tile offsets to the indices.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/lib/Dialect/Linalg/Transforms/Tiling.cpp | ||
---|---|---|
235 | Removing make_early_inc_range here since we are not erasing the index operation meaning the iterator should remain valid without early increment. |
Removing make_early_inc_range here since we are not erasing the index operation meaning the iterator should remain valid without early increment.