MLIR-AIE
ADFOps.h
Go to the documentation of this file.
1//===- ADFOps.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 2021 Xilinx Inc.
8//
9//===----------------------------------------------------------------------===//
10
11#ifndef XILINX_DIALECT_ADF_H
12#define XILINX_DIALECT_ADF_H
13
15#include "mlir/IR/OpImplementation.h"
16#include "mlir/Interfaces/SideEffectInterfaces.h"
17
18#define GET_OP_CLASSES
19#include "aie/Dialect/ADF/ADF.h.inc"
20
21#endif // XILINX_DIALECT_ADF_H