Nishant Patel b3ca423a78
[MLIR][Vector] Enhance vector.multi_reduction unrolling to handle scalar result (#188633)
Previously, UnrollMultiReductionPattern bailed out when all the
dimensions were reduced to a scalar. This PR adds support for this case
by tiling the source vector and chaining partial reductions through the
accumulator operand.
2026-04-01 14:59:08 -07:00
..

Multi-Level Intermediate Representation

See https://mlir.llvm.org/ for more information.