This is an archive of the discontinued LLVM Phabricator instance.

[mlir][vector] Distribute vector.insert op
ClosedPublic

Authored by springerm on Nov 14 2022, 7:35 AM.

Details

Summary

In case the distributed dim of the dest vector is also a dim of the src vector, each lane inserts a smaller part of the source vector. Otherwise, one lane inserts the entire src vector and the other lanes do nothing.

Depends On D137929

Diff Detail

Event Timeline

springerm created this revision.Nov 14 2022, 7:35 AM
Herald added a project: Restricted Project. · View Herald Transcript
springerm requested review of this revision.Nov 14 2022, 7:35 AM
This revision is now accepted and ready to land.Jan 6 2023, 8:28 AM
This revision was automatically updated to reflect the committed changes.