MLIR-AIE
AIEVecTransformOps.h
Go to the documentation of this file.
1//===- AIEVecTransformOps.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-2024 Advanced Micro Devices, Inc. or its affiliates
8//
9//===----------------------------------------------------------------------===//
10
11#ifndef AIE_DIALECT_AIEVEC_AIEVECTRANSFORMOPS_H
12#define AIE_DIALECT_AIEVEC_AIEVECTRANSFORMOPS_H
13
14#include "mlir/Dialect/PDL/IR/PDLTypes.h"
15
16namespace mlir {
17namespace linalg {
18class GenericOp;
19} // namespace linalg
20} // namespace mlir
21
22#include "mlir/Dialect/Transform/Interfaces/TransformInterfaces.h"
23
24#define GET_OP_CLASSES
25#include "aie/Dialect/AIEVec/TransformOps/AIEVecTransformOps.h.inc"
26
27#endif // AIE_DIALECT_AIEVEC_AIEVECTRANSFORMOPS_H