MLIR-AIE
DialectExtension.h
Go to the documentation of this file.
1//===- DialectExtension.h - AIEVec transform dialect extension --*- 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_TRANSFORMOPS_DIALECTEXTENSION_H
12#define AIE_DIALECT_AIEVEC_TRANSFORMOPS_DIALECTEXTENSION_H
13
14namespace mlir {
15class DialectRegistry;
16} // namespace mlir
17
18namespace xilinx::aievec {
19
20void registerTransformDialectExtension(mlir::DialectRegistry &registry);
21
22} // namespace xilinx::aievec
23
24#endif
void registerTransformDialectExtension(mlir::DialectRegistry &registry)