This is an archive of the discontinued LLVM Phabricator instance.

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

Authored by springerm on Nov 14 2022, 2:56 AM.

Details

Summary

In case of a distribution, only one lane inserts the scalar value. In case of a broadcast, every lane inserts the scalar.

Depends On D137646

Diff Detail

Event Timeline

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