This is an archive of the discontinued LLVM Phabricator instance.

[mlir][linalg] Improve pooling op iterator order consistency
ClosedPublic

Authored by antiagainst on Dec 10 2021, 7:00 AM.

Details

Summary

All named ops list iterators for accessing output first except
pooling ops. This commit made the pooling ops consistent with
the rest.

Diff Detail

Event Timeline

antiagainst created this revision.Dec 10 2021, 7:00 AM
antiagainst requested review of this revision.Dec 10 2021, 7:00 AM
nicolasvasilache accepted this revision.Jan 11 2022, 8:06 AM
This revision is now accepted and ready to land.Jan 11 2022, 8:06 AM