[Mlir-commits] [mlir] [MLIR] Add `InParallelOpInterface` for parallel combining operations (PR #157736)
    Alan Li 
    llvmlistbot at llvm.org
       
    Wed Sep 10 08:00:32 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
----------------
lialan wrote:
Updated the whole description and added relevant comments.
https://github.com/llvm/llvm-project/pull/157736
    
    
More information about the Mlir-commits
mailing list