[Mlir-commits] [mlir] [mlir] Initial patch to add an MPI dialect (PR #68892)
Kunwar Grover
llvmlistbot at llvm.org
Tue Jan 2 00:05:15 PST 2024
================
@@ -0,0 +1,25 @@
+add_mlir_dialect(MPI mpi)
+add_mlir_doc(MPI MPI Dialects/ -gen-dialect-doc)
+
+# Add MPI operations
+set(LLVM_TARGET_DEFINITIONS MPIOps.td)
+mlir_tablegen(MPIOps.h.inc -gen-op-decls)
+mlir_tablegen(MPIOps.cpp.inc -gen-op-defs)
+add_public_tablegen_target(MLIRMPIOpsIncGen)
+add_dependencies(mlir-generic-headers MLIRMPIOpsIncGen)
----------------
Groverkss wrote:
I don't think this was resolved
https://github.com/llvm/llvm-project/pull/68892
More information about the Mlir-commits
mailing list