This is an archive of the discontinued LLVM Phabricator instance.

[mlir][linalg] Fix bug in elementwise vectorization
ClosedPublic

Authored by ThomasRaoux on Dec 11 2020, 7:07 AM.

Details

Summary

Fix a bug causing to pick the wrong vector size to broadcast to when the source vectors have different ranks.

Diff Detail

Event Timeline

ThomasRaoux created this revision.Dec 11 2020, 7:07 AM
ThomasRaoux requested review of this revision.Dec 11 2020, 7:07 AM
aartbik accepted this revision.Dec 11 2020, 3:32 PM
This revision is now accepted and ready to land.Dec 11 2020, 3:32 PM
This revision was landed with ongoing or failed builds.Dec 14 2020, 10:47 AM
This revision was automatically updated to reflect the committed changes.