This is an archive of the discontinued LLVM Phabricator instance.

[mlir][Linalg] NFC - Modernize APIs and get rid of unnecessary tiling paterns.
ClosedPublic

Authored by nicolasvasilache on Jan 6 2022, 3:00 AM.

Details

Summary

Tiling patterns can be reduced to a single pattern by using interface-based patterns.

Diff Detail

Event Timeline

nicolasvasilache requested review of this revision.Jan 6 2022, 3:00 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 6 2022, 3:00 AM
ftynse accepted this revision.Jan 6 2022, 3:03 AM
This revision is now accepted and ready to land.Jan 6 2022, 3:03 AM
gysit accepted this revision.Jan 6 2022, 3:05 AM

Remove spurious changes

Add expander helpers.

Mogball accepted this revision.Jan 6 2022, 8:25 AM