[Mlir-commits] [mlir] Extend MPI dialect (PR #123255)

Oleksandr Alex Zinenko llvmlistbot at llvm.org
Tue Jan 21 10:15:56 PST 2025


Sergio =?utf-8?q?Sánchez_Ramírez?=,
Sergio =?utf-8?q?Sánchez_Ramírez?Message-ID:
In-Reply-To: <llvm.org/llvm/llvm-project/pull/123255 at github.com>


================
@@ -87,6 +109,37 @@ def MPI_SendOp : MPI_Op<"send", []> {
   let hasCanonicalizer = 1;
 }
 
+//===----------------------------------------------------------------------===//
+// ISendOp
+//===----------------------------------------------------------------------===//
+
+// TODO what about request handler?
----------------
ftynse wrote:

Conceptually, it should be a result of this op.

There are also some quirks of the design that this inherits from existing op that I'd model differently, but that's alright for now.

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


More information about the Mlir-commits mailing list