[Mlir-commits] [mlir] [mlir][PartialReductionTilingInterface] Generalize implementation of `tileUsingSCF` for `ReductionTilingStrategy::PartialOuterReduction`. (PR #143467)
Kunwar Grover
llvmlistbot at llvm.org
Wed Jun 18 02:40:45 PDT 2025
================
@@ -1767,6 +1767,10 @@ def TileReductionUsingForOp : Op<Transform_Dialect, "structured.tile_reduction_u
- the result-combining op,
- the parent `for` op.
+ The `reduction_dims` can be used to specify the subset of reduction dimensions
+ of the operation to tile. If left unspecified, all reduction dimensions are
+ tiled.
----------------
Groverkss wrote:
Thanks for fixing this, this was annoying me for a while.
https://github.com/llvm/llvm-project/pull/143467
More information about the Mlir-commits
mailing list