[Mlir-commits] [mlir] [mlir][mesh, MPI] Mesh2mpi (PR #104566)
Tuomas Kärnä
llvmlistbot at llvm.org
Tue Aug 20 03:59:42 PDT 2024
================
@@ -869,6 +869,23 @@ def ConvertMemRefToSPIRV : Pass<"convert-memref-to-spirv"> {
];
}
+//===----------------------------------------------------------------------===//
+// MeshToMPI
+//===----------------------------------------------------------------------===//
+
+def ConvertMeshToMPIPass : Pass<"convert-mesh-to-mpi"> {
+ let summary = "Convert Mesh dialect to MPI dialect.";
+ let description = [{
+ This pass converts communication operations
+ from the Mesh dialect to operations from the MPI dialect.
----------------
tkarna wrote:
from the Mesh dialect to MPI dialect ?
https://github.com/llvm/llvm-project/pull/104566
More information about the Mlir-commits
mailing list