This is an archive of the discontinued LLVM Phabricator instance.

[mlir][vector] Fix uniform transfer_read distribution
ClosedPublic

Authored by antiagainst on Aug 17 2023, 5:14 PM.

Details

Summary

If the original shape and the distributed shape is the same,
we don't distribute at all--every thread is handling the whole.

Diff Detail

Event Timeline

antiagainst created this revision.Aug 17 2023, 5:14 PM
Herald added a project: Restricted Project. · View Herald Transcript
antiagainst requested review of this revision.Aug 17 2023, 5:14 PM
hanchung accepted this revision.Aug 17 2023, 5:32 PM
This revision is now accepted and ready to land.Aug 17 2023, 5:32 PM
This revision was landed with ongoing or failed builds.Aug 17 2023, 5:50 PM
This revision was automatically updated to reflect the committed changes.