This is an archive of the discontinued LLVM Phabricator instance.

[mlir][Vector] Further fix to avoid infinite loop in InnerOuterDimReductionConversion
ClosedPublic

Authored by hanchung on Dec 15 2021, 12:03 PM.

Details

Summary

If all the dims are reduction dims, it is already in inner-most/outer-most
reduction form.

Diff Detail

Event Timeline

hanchung created this revision.Dec 15 2021, 12:03 PM
hanchung requested review of this revision.Dec 15 2021, 12:03 PM
Herald added a project: Restricted Project. · View Herald TranscriptDec 15 2021, 12:03 PM
hanchung retitled this revision from [mlir][Vector] Further fix to Avoid infinite loop in InnerOuterDimReductionConversion to [mlir][Vector] Further fix to avoid infinite loop in InnerOuterDimReductionConversion.Dec 15 2021, 1:02 PM
hanchung edited the summary of this revision. (Show Details)
ThomasRaoux accepted this revision.Dec 15 2021, 1:39 PM
This revision is now accepted and ready to land.Dec 15 2021, 1:39 PM
This revision was automatically updated to reflect the committed changes.