[Mlir-commits] [mlir] [mlir] Initial patch to add an MPI dialect (PR #68892)

Kunwar Grover llvmlistbot at llvm.org
Wed Dec 20 10:40:25 PST 2023


================
@@ -0,0 +1,217 @@
+//===- MPIBase.td - Base defs for mpi dialect ---------------*- tablegen -*-==//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+
+#ifndef MLIR_DIALECT_MPI_IR_MPI
----------------
Groverkss wrote:

nit: MLIR_DIALECT_MPI_IR_MPI_TD

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


More information about the Mlir-commits mailing list