This is an archive of the discontinued LLVM Phabricator instance.

[mlir][linalg] Vectorize 0-d tensor extract
ClosedPublic

Authored by awarzynski on Jul 5 2023, 9:11 AM.

Details

Summary

This patch adds the missing logic to vectorise tensor.extract for 0-d
tensors.

Fixes #63688

Diff Detail

Event Timeline

awarzynski created this revision.Jul 5 2023, 9:11 AM
Herald added a project: Restricted Project. · View Herald Transcript
awarzynski requested review of this revision.Jul 5 2023, 9:11 AM
nicolasvasilache accepted this revision.Jul 5 2023, 10:59 AM
This revision is now accepted and ready to land.Jul 5 2023, 10:59 AM
dcaballe accepted this revision.Jul 5 2023, 1:25 PM
This revision was landed with ongoing or failed builds.Jul 6 2023, 12:35 AM
This revision was automatically updated to reflect the committed changes.