These patterns have been superceded by the fusion by collapsing patterns.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D124145
[mlir][Linalg] Deprecate legacy reshape + generic op folding patterns. ClosedPublic Authored by mravishankar on Apr 20 2022, 9:54 PM.
Details Summary These patterns have been superceded by the fusion by collapsing patterns.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Apr 20 2022, 11:07 PM This revision was landed with ongoing or failed builds.Apr 21 2022, 3:25 PM Closed by commit rG0c090dcc8a97: [mlir][Linalg] Deprecate legacy reshape + generic op folding patterns. (authored by mravishankar). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 424310 mlir/include/mlir/Dialect/Linalg/Passes.td
mlir/include/mlir/Dialect/Linalg/Transforms/Transforms.h
mlir/lib/Dialect/Linalg/Transforms/ElementwiseOpFusion.cpp
mlir/test/Dialect/Linalg/fusion-push-reshape.mlir
mlir/test/Dialect/Linalg/reshape_fusion.mlir
mlir/test/Dialect/Linalg/reshape_linearization_fusion.mlir
mlir/test/Dialect/Linalg/reshape_linearization_fusion_with_unit_dims.mlir
mlir/test/lib/Dialect/Linalg/TestLinalgElementwiseFusion.cpp
|