This relies on the existing TileAndFuse pattern for tensor-based structured
ops. It complements pure tiling, from which some utilities are generalized.
Depends On D127300
Paths
| Differential D127319
[mlir] add producer fusion to structured transform ops ClosedPublic Authored by ftynse on Jun 8 2022, 9:43 AM.
Details Summary This relies on the existing TileAndFuse pattern for tensor-based structured Depends On D127300
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jun 9 2022, 2:58 AM Closed by commit rGb6c58ec48689: [mlir] add producer fusion to structured transform ops (authored by ftynse). · Explain WhyJun 9 2022, 5:30 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 435456 mlir/include/mlir/Dialect/Linalg/TransformOps/LinalgTransformOps.td
mlir/include/mlir/Dialect/Transform/IR/TransformInterfaces.h
mlir/lib/Dialect/Linalg/TransformOps/LinalgTransformOps.cpp
mlir/test/Dialect/Linalg/transform-op-fuse.mlir
|