This is an archive of the discontinued LLVM Phabricator instance.

[mlir][Vector] Fix 0-D tensor vectorization in Linalg
ClosedPublic

Authored by dcaballe on Jun 16 2023, 4:26 PM.

Details

Summary

It looks like scalable vector support broke vectorization for 0-D
tensors and we didn't have any test coverting that case. This patch
provides a fix and a test.

Diff Detail

Event Timeline

dcaballe created this revision.Jun 16 2023, 4:26 PM
Herald added a project: Restricted Project. · View Herald Transcript
dcaballe requested review of this revision.Jun 16 2023, 4:26 PM
aartbik accepted this revision.Jun 16 2023, 4:28 PM
This revision is now accepted and ready to land.Jun 16 2023, 4:28 PM
This revision was landed with ongoing or failed builds.Jun 16 2023, 4:46 PM
This revision was automatically updated to reflect the committed changes.

Thanks for fixing this!