[Mlir-commits] [mlir] [mlir][scf] Add getPartialResultTilePosition to PartialReductionOpInterface (PR #120465)

Kunwar Grover llvmlistbot at llvm.org
Fri Dec 27 08:37:17 PST 2024


================
@@ -324,7 +324,20 @@ struct LinalgOpTilingInterface
 // External Model for implementing `PartialReductionInterface` for `LinalgOp`s.
 //===----------------------------------------------------------------------===//
 
-/// External model implementation of PartialReductionInterface for LinalgOps.
+static AffineMap getPartialResultAffineMap(LinalgOp linalgOp,
----------------
Groverkss wrote:

Added some comments explaining how it works.

https://github.com/llvm/llvm-project/pull/120465


More information about the Mlir-commits mailing list