MLIR-AIE
AIEEnums.h
Go to the documentation of this file.
1//===- AIEEnums.h -----------------------------------------------*- C++ -*-===//
2//
3// This file is licensed 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// (c) Copyright 2023 Advanced Micro Devices, Inc.
8//
9//===----------------------------------------------------------------------===//
10
11#ifndef MLIR_AIE_ENUMS_H
12#define MLIR_AIE_ENUMS_H
13
14#include "mlir/IR/BuiltinTypes.h"
15#include "mlir/IR/Dialect.h"
16
17#include "aie/Dialect/AIE/IR/AIEEnums.h.inc"
18
19#endif