This is an archive of the discontinued LLVM Phabricator instance.

[mlir][Linalg] Expose the implementation of the tiling to scf.foreach_thread.
ClosedPublic

Authored by mravishankar on Sep 20 2022, 10:16 PM.

Details

Summary

This allows downstream uses to use the implementation of the tiling
itself, while performing other transformations that are necessary to
go with it.

Diff Detail

Event Timeline

mravishankar created this revision.Sep 20 2022, 10:16 PM
mravishankar requested review of this revision.Sep 20 2022, 10:16 PM
nicolasvasilache accepted this revision.Sep 21 2022, 6:14 AM
This revision is now accepted and ready to land.Sep 21 2022, 6:14 AM

Undo wrong update.