If the original shape and the distributed shape is the same,
we don't distribute at all--every thread is handling the whole.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D158235
[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,
Diff Detail
Event TimelineThis 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 Closed by commit rG199442ea2c12: [mlir][vector] Fix uniform transfer_read distribution (authored by antiagainst). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 551341 mlir/lib/Dialect/Vector/Transforms/VectorDistribute.cpp
mlir/test/Dialect/Vector/vector-warp-distribute.mlir
|