MLIR-AIE
AIEVecAIE1Dialect.h
Go to the documentation of this file.
1//===- AIEVecAIE1Dialect.h - AIE1 Vector Dialect ----------------*- 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 2024 Xilinx Inc.
8//
9//===----------------------------------------------------------------------===//
10// This file defines the AIE1 vector dialect.
11//===----------------------------------------------------------------------===//
12
13#ifndef AIE_DIALECT_AIEVEC_AIE1_IR_AIEVECAIE1DIALECT_H
14#define AIE_DIALECT_AIEVEC_AIE1_IR_AIEVECAIE1DIALECT_H
15
16namespace xilinx {
17namespace aievec {
18namespace aie1 {
19
20class AIEVecAIE1Dialect;
21
22} // end namespace aie1
23} // end namespace aievec
24} // end namespace xilinx
25
26#define GET_OP_CLASSES
27#include "aie/Dialect/AIEVec/AIE1/IR/AIEVecAIE1OpsDialect.h.inc"
28
29#endif // AIE_DIALECT_AIEVEC_AIE1_IR_AIEVECAIE1DIALECT_H