MLIR 22.0.0git
MPI.h
Go to the documentation of this file.
1//===- MPI.h - MPI dialect ----------------------------------------*- C++-*-==//
2//
3// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4// See https://llvm.org/LICENSE.txt for license information.
5// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6//
7//===----------------------------------------------------------------------===//
8#ifndef MLIR_DIALECT_MPI_IR_MPI_H_
9#define MLIR_DIALECT_MPI_IR_MPI_H_
10
12#include "mlir/IR/Dialect.h"
16
17//===----------------------------------------------------------------------===//
18// MPIDialect
19//===----------------------------------------------------------------------===//
20
21#include "mlir/Dialect/MPI/IR/MPIDialect.h.inc"
22
23#define GET_TYPEDEF_CLASSES
24#include "mlir/Dialect/MPI/IR/MPITypesGen.h.inc"
25
26#include "mlir/Dialect/MPI/IR/MPIEnums.h.inc"
27
28#define GET_ATTRDEF_CLASSES
29#include "mlir/Dialect/MPI/IR/MPIAttrDefs.h.inc"
30
31#define GET_OP_CLASSES
32#include "mlir/Dialect/MPI/IR/MPIOps.h.inc"
33
34#endif // MLIR_DIALECT_MPI_IR_MPI_H_