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

Sergio Sánchez Ramírez llvmlistbot at llvm.org
Sun Jan 26 15:23:46 PST 2025


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

I've added it as result. The question is whether we should add `MPI_Request_free` as an op.

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


More information about the Mlir-commits mailing list