This is an archive of the discontinued LLVM Phabricator instance.

[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
ops. It complements pure tiling, from which some utilities are generalized.

Depends On D127300

Diff Detail

Event Timeline

ftynse created this revision.Jun 8 2022, 9:43 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 8 2022, 9:43 AM
ftynse requested review of this revision.Jun 8 2022, 9:43 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 8 2022, 9:43 AM
ftynse updated this revision to Diff 435456.Jun 9 2022, 2:11 AM

Rerebase.

springerm accepted this revision.Jun 9 2022, 2:58 AM
This revision is now accepted and ready to land.Jun 9 2022, 2:58 AM
This revision was automatically updated to reflect the committed changes.