This is an archive of the discontinued LLVM Phabricator instance.

[mlir][linalg] Extend drop unit dim pattern to all cases of reduction
ClosedPublic

Authored by ThomasRaoux on Sep 15 2021, 2:01 PM.

Details

Summary

Even with all parallel loops reading the output value is still allowed so we don't have to handle reduction loops differently.

Diff Detail

Event Timeline

ThomasRaoux created this revision.Sep 15 2021, 2:01 PM
ThomasRaoux requested review of this revision.Sep 15 2021, 2:01 PM

clang-format

nicolasvasilache accepted this revision.Sep 17 2021, 3:34 AM
This revision is now accepted and ready to land.Sep 17 2021, 3:34 AM
This revision was landed with ongoing or failed builds.Sep 17 2021, 10:12 AM
This revision was automatically updated to reflect the committed changes.