1-D multi-reductions follow a different lowering path (they are
converted to 2-D multi-reductions) so masked variants need to be
supported explicitly.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D143453
[mlir][Vector] Add lowering support for 1-D masked multi-reductions ClosedPublic Authored by dcaballe on Feb 6 2023, 6:18 PM.
Details Summary 1-D multi-reductions follow a different lowering path (they are
Diff Detail
Event TimelineHerald added subscribers: • pcwang-thead, stephenneuendorffer, nicolasvasilache. · View Herald Transcript This revision is now accepted and ready to land.Feb 7 2023, 10:22 AM Closed by commit rGb1d82057ed7b: [mlir][Vector] Add lowering support for 1-D masked multi-reductions (authored by dcaballe). · Explain WhyFeb 7 2023, 12:05 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 495607 mlir/lib/Dialect/Vector/Transforms/VectorMultiDimReductionTransforms.cpp
mlir/test/Dialect/Vector/vector-multi-reduction-lowering.mlir
|