The patch replaces the index operations in the body of fused producers and linearizes the indices after expansion.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D100479
[mlir][linalg] update fusion on tensors to support linalg index operations. ClosedPublic Authored by gysit on Apr 14 2021, 7:13 AM.
Details Summary The patch replaces the index operations in the body of fused producers and linearizes the indices after expansion.
Diff Detail
Event TimelineHerald added subscribers: dcaballe, cota, mravishankar and 18 others. · View Herald TranscriptApr 14 2021, 7:13 AM This revision is now accepted and ready to land.Apr 19 2021, 7:42 AM Closed by commit rG39a604e3df85: [mlir][linalg] update fusion on tensors to support linalg index operations. (authored by gysit). · Explain WhyApr 19 2021, 11:14 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 338721 mlir/lib/Dialect/Linalg/Transforms/FusionOnTensors.cpp
mlir/test/Dialect/Linalg/fusion-tensor.mlir
mlir/test/Dialect/Linalg/reshape_fusion.mlir
|