This is an archive of the discontinued LLVM Phabricator instance.

Relax requirements for TileOp.
ClosedPublic

Authored by jreiffers on Jan 24 2023, 5:33 AM.

Details

Summary

The op doesn't need to be a LinalgOp, implementing TilingInterface and
DestinationStyleOpInterace is sufficient.

Diff Detail

Event Timeline

jreiffers created this revision.Jan 24 2023, 5:33 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 24 2023, 5:33 AM
jreiffers requested review of this revision.Jan 24 2023, 5:33 AM
ftynse accepted this revision.Jan 24 2023, 5:34 AM
ftynse added a reviewer: ftynse.
This revision is now accepted and ready to land.Jan 24 2023, 5:36 AM
nicolasvasilache accepted this revision.Jan 24 2023, 5:39 AM

nice, thanks!

Thanks for the reviews!

This revision was landed with ongoing or failed builds.Jan 24 2023, 6:17 AM
This revision was automatically updated to reflect the committed changes.