This commit starts enabling vector distruction over multiple
dimensions. It requires delinearize the lane ID to match the
expected rank. shape_cast and transfer_read now can properly
handle multiple dimensions.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Overall looks good to me, just one optional nit. Thanks!
mlir/lib/Dialect/Vector/Transforms/VectorDistribute.cpp | ||
---|---|---|
732 | [optional] I'm not a fan about combining computation statement and check statement into a single check. Can you break it into two lines? |
[optional] I'm not a fan about combining computation statement and check statement into a single check. Can you break it into two lines?