Note: This commit (and previous ones) implements the same functionality as https://reviews.llvm.org/D103243 (which is abandoned).
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D104683
[mlir][linalg] Fusion of PadTensorOp ClosedPublic Authored by springerm on Jun 21 2021, 7:38 PM.
Details Summary Note: This commit (and previous ones) implements the same functionality as https://reviews.llvm.org/D103243 (which is abandoned).
Diff Detail
Event TimelineHerald added subscribers: dcaballe, cota, mravishankar and 16 others. · View Herald TranscriptJun 21 2021, 7:38 PM This revision is now accepted and ready to land.Jun 21 2021, 7:46 PM This revision was landed with ongoing or failed builds.Jun 21 2021, 7:56 PM Closed by commit rG2ba387a316d1: [mlir][linalg] Fusion of PadTensorOp (authored by springerm). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 353537 mlir/lib/Dialect/Linalg/Transforms/Transforms.cpp
mlir/test/Dialect/Linalg/tile-and-fuse-tensors.mlir
mlir/test/lib/Dialect/Linalg/TestLinalgFusionTransforms.cpp
|