This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Add default implementations for methods in `TilingInterface`.
ClosedPublic

Authored by mravishankar on Dec 4 2021, 9:58 AM.

Details

Summary

Adding the default implementation of getLoopIteratorTypes and
getLoopBounds allows ExternalModels to override these methods.

Diff Detail

Event Timeline

mravishankar created this revision.Dec 4 2021, 9:58 AM
mravishankar requested review of this revision.Dec 4 2021, 9:58 AM
nicolasvasilache accepted this revision.Dec 6 2021, 12:35 AM

Thanks! Landing for you so I can reuse.

This revision is now accepted and ready to land.Dec 6 2021, 12:35 AM