This is an archive of the discontinued LLVM Phabricator instance.

[MLIR]Increase the limit of SCF nested tiling loop to 10
ClosedPublic

Authored by pzread on Nov 16 2022, 3:04 PM.

Details

Summary

In some cases the tiling can create more than 6 levels of loops at once (7 levels found in a TF example). Gradually increases the limit to 10.

Diff Detail

Event Timeline

pzread created this revision.Nov 16 2022, 3:04 PM
pzread published this revision for review.Nov 16 2022, 3:06 PM
pzread retitled this revision from Increase the limit of SCF nested tiling loop to 10 to [MLIR]Increase the limit of SCF nested tiling loop to 10.
pzread edited the summary of this revision. (Show Details)
pzread edited the summary of this revision. (Show Details)
pzread added a reviewer: mravishankar.
pzread edited the summary of this revision. (Show Details)Nov 16 2022, 3:08 PM
mravishankar accepted this revision.Nov 16 2022, 9:20 PM
This revision is now accepted and ready to land.Nov 16 2022, 9:20 PM
This revision was automatically updated to reflect the committed changes.