This is an archive of the discontinued LLVM Phabricator instance.

[linalg] NFC: Move makeTiledShapes into Utils.{h|cpp}
ClosedPublic

Authored by antiagainst on Mar 20 2021, 7:36 AM.

Details

Summary

This is a preparation step to reuse makeTiledShapes in tensor
fusion. Along the way, did some lightweight cleanups.

Diff Detail

Event Timeline

antiagainst created this revision.Mar 20 2021, 7:36 AM
antiagainst requested review of this revision.Mar 20 2021, 7:36 AM
mravishankar accepted this revision.Mar 23 2021, 11:33 AM

This looks fine to me too. I dont know if @nicolasvasilache has comments here.

mlir/include/mlir/Dialect/Linalg/Utils/Utils.h
70

Nit : typo s/Fushion/Fusion

This revision is now accepted and ready to land.Mar 23 2021, 11:33 AM
antiagainst marked an inline comment as done.

Rebase

This revision was landed with ongoing or failed builds.Mar 24 2021, 3:19 PM
This revision was automatically updated to reflect the committed changes.