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

Mehdi Amini llvmlistbot at llvm.org
Tue Sep 9 12:29:20 PDT 2025


================
@@ -56,4 +56,33 @@ def ParallelCombiningOpInterface : OpInterface<"ParallelCombiningOpInterface"> {
   }];
 }
 
+def InParallelOpInterface : OpInterface<"InParallelOpInterface"> {
+  let description = [{
+    An in_parallel op is an operation that inserts into a shared tensor in
----------------
joker-eph wrote:

"shared tensor" isn't a well defined notion as far as I know, so I would think some extensive documentation is warranted hre.

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


More information about the Mlir-commits mailing list