This is an archive of the discontinued LLVM Phabricator instance.

[mlir][tosa] Fixed depthwise conv parallel/reduction indices order
ClosedPublic

Authored by rsuderman on Aug 12 2021, 3:50 PM.

Details

Summary

Reduction axis should come after all parallel axis to work with vectorization.

Diff Detail

Event Timeline

rsuderman created this revision.Aug 12 2021, 3:50 PM
rsuderman requested review of this revision.Aug 12 2021, 3:50 PM
NatashaKnk accepted this revision.Aug 16 2021, 1:44 PM
This revision is now accepted and ready to land.Aug 16 2021, 1:44 PM