MLIR 22.0.0git
OpenACC.h
Go to the documentation of this file.
1//===-- mlir-c/Dialect/OpenACC.h - C API for OpenACC Dialect --------*- C
2//-*-===//
3//
4// Part of the LLVM Project, under the Apache License v2.0 with LLVM
5// Exceptions.
6// See https://llvm.org/LICENSE.txt for license information.
7// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
8//
9//===----------------------------------------------------------------------===//
10
11#ifndef MLIR_C_DIALECT_OPENACC_H
12#define MLIR_C_DIALECT_OPENACC_H
13
14#include "mlir-c/IR.h"
15
16#ifdef __cplusplus
17extern "C" {
18#endif
19
21
22#ifdef __cplusplus
23}
24#endif
25
26#include "mlir/Dialect/OpenACC/Transforms/Passes.capi.h.inc"
27
28#endif // MLIR_C_DIALECT_OPENACC_H
#define MLIR_DECLARE_CAPI_DIALECT_REGISTRATION(Name, Namespace)
Definition IR.h:215