Enhance LinalgTileAndFuseTensorOpsPattern with an additional rewrite signature that returns the result of the rewrite.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D121212
[mlir][linalg] Add returning rewrite method to fusion pattern (NFC). ClosedPublic Authored by gysit on Mar 8 2022, 6:13 AM.
Details Summary Enhance LinalgTileAndFuseTensorOpsPattern with an additional rewrite signature that returns the result of the rewrite.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Mar 8 2022, 6:18 AM Closed by commit rG8d7850705c29: [mlir][linalg] Add returning rewrite method to fusion pattern (NFC). (authored by gysit). · Explain WhyMar 8 2022, 7:53 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 413810 mlir/include/mlir/Dialect/Linalg/Transforms/Transforms.h
mlir/lib/Dialect/Linalg/Transforms/Transforms.cpp
|