[Mlir-commits] [mlir] [MLIR] Add `InParallelOpInterface` for parallel combining operations (PR #157736)

Mehdi Amini llvmlistbot at llvm.org
Wed Sep 10 10:22:23 PDT 2025


================
@@ -1470,24 +1470,26 @@ def Tensor_PadOp : Tensor_Op<"pad", [
 // ParallelInsertSliceOp
 //===----------------------------------------------------------------------===//
 
-// TODO: Implement InParallelOpInterface.
+// TODO: Implement ParallelCombiningOpInterface.
----------------
joker-eph wrote:

Isn't the TODO actually implemented here?

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


More information about the Mlir-commits mailing list