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

Alan Li llvmlistbot at llvm.org
Wed Sep 10 11:06:57 PDT 2025


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

ha, you are right!

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


More information about the Mlir-commits mailing list