MLIR-AIE
include
aie
Dialect
AIEVec
TransformOps
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
14
namespace
mlir
{
15
class
DialectRegistry;
16
}
// namespace mlir
17
18
namespace
xilinx::aievec
{
19
20
void
registerTransformDialectExtension
(mlir::DialectRegistry ®istry);
21
22
}
// namespace xilinx::aievec
23
24
#endif
mlir
Definition
AIEVecToLLVM.h:18
xilinx::aievec
Definition
AIEVecToLLVM.h:25
xilinx::aievec::registerTransformDialectExtension
void registerTransformDialectExtension(mlir::DialectRegistry ®istry)
Generated on Sat Aug 23 2025 00:55:48 for MLIR-AIE by
1.9.8