[Mlir-commits] [mlir] [mlir][PartialReductionTilingInterface] Add support for `ReductionTilingStrategy::PartialReductionOuterParallel` in `tileUsingSCF`. (PR #143988)
Kunwar Grover
llvmlistbot at llvm.org
Thu Jun 19 09:50:12 PDT 2025
================
@@ -404,6 +404,7 @@ def PartialReductionOpInterface :
"Location ":$loc,
"::mlir::ReductionTilingStrategy":$tilingStrategy,
"ValueRange":$init,
+ "ValueRange":$ivs,
----------------
Groverkss wrote:
I don't think "ivs" belongs to tiling interface. You should be able to get a tile of an operation without any surrounding loops using offsets and sizes. Something is wrong here.
https://github.com/llvm/llvm-project/pull/143988
More information about the Mlir-commits
mailing list