This is an archive of the discontinued LLVM Phabricator instance.

[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 Timeline

gysit created this revision.Mar 8 2022, 6:13 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 8 2022, 6:13 AM
gysit requested review of this revision.Mar 8 2022, 6:13 AM
nicolasvasilache accepted this revision.Mar 8 2022, 6:18 AM
This revision is now accepted and ready to land.Mar 8 2022, 6:18 AM