This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Add a pass to tile Linalg ops using `linalg.tiled_loop`.
ClosedPublic

Authored by pifon2a on Apr 22 2021, 10:18 AM.

Diff Detail

Event Timeline

pifon2a created this revision.Apr 22 2021, 10:18 AM
pifon2a requested review of this revision.Apr 22 2021, 10:18 AM
ThomasRaoux accepted this revision.Apr 22 2021, 10:49 AM
This revision is now accepted and ready to land.Apr 22 2021, 10:49 AM
pifon2a updated this revision to Diff 340777.Apr 27 2021, 3:27 AM

Fix lowering to Affine loops.

This revision was landed with ongoing or failed builds.Apr 27 2021, 3:33 AM
This revision was automatically updated to reflect the committed changes.