MLIR-AIE
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
Functions
a
b
c
e
f
g
i
l
m
n
o
p
r
s
t
u
v
w
Variables
c
d
h
i
o
p
r
s
u
Typedefs
Enumerations
Enumerator
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
~
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
x
y
z
Typedefs
Enumerations
Enumerator
Files
File List
File Members
All
a
b
c
d
e
f
g
h
i
l
m
n
o
p
s
t
u
v
x
Functions
a
b
c
d
e
f
g
i
l
m
o
p
s
u
v
Typedefs
a
b
c
i
l
m
p
s
Enumerations
Enumerator
a
c
i
t
Macros
a
d
e
g
i
l
m
n
o
p
s
t
u
x
include
aie
Conversion
AIEToConfiguration
AIEToConfiguration.h
Go to the documentation of this file.
1
//===- AIEToConfiguration.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
// Copyright (C) 2024, Advanced Micro Devices, Inc. All rights reserved.
8
//
9
//===----------------------------------------------------------------------===//
10
11
#ifndef AIE_CONVERSION_AIETOCONFIGURATION_AIETOCONFIGURATION_H
12
#define AIE_CONVERSION_AIETOCONFIGURATION_AIETOCONFIGURATION_H
13
14
#include "
aie/Dialect/AIE/IR/AIEDialect.h
"
15
#include "
aie/Dialect/AIEX/IR/AIEXDialect.h
"
16
17
#include "mlir/Pass/Pass.h"
18
19
#include <memory>
20
21
namespace
xilinx::AIE
{
22
23
std::unique_ptr<mlir::OperationPass<xilinx::AIE::DeviceOp>>
24
createConvertAIEToTransactionPass
();
25
26
std::unique_ptr<mlir::OperationPass<xilinx::AIE::DeviceOp>>
27
createConvertAIEToControlPacketsPass
();
28
29
std::optional<mlir::ModuleOp>
30
convertTransactionBinaryToMLIR
(mlir::MLIRContext *ctx,
31
std::vector<uint8_t> &binary);
32
33
}
// namespace xilinx::AIE
21
namespace
xilinx::AIE
{
…
}
34
35
#endif
// AIE_CONVERSION_AIETOCONFIGURATION_AIETOCONFIGURATION_H
AIEDialect.h
AIEXDialect.h
xilinx::AIE
Include the generated interface declarations.
Definition
AIEToConfiguration.h:21
xilinx::AIE::createConvertAIEToTransactionPass
std::unique_ptr< mlir::OperationPass< xilinx::AIE::DeviceOp > > createConvertAIEToTransactionPass()
Definition
AIEToConfiguration.cpp:522
xilinx::AIE::convertTransactionBinaryToMLIR
std::optional< mlir::ModuleOp > convertTransactionBinaryToMLIR(mlir::MLIRContext *ctx, std::vector< uint8_t > &binary)
Definition
AIEToConfiguration.cpp:410
xilinx::AIE::createConvertAIEToControlPacketsPass
std::unique_ptr< mlir::OperationPass< xilinx::AIE::DeviceOp > > createConvertAIEToControlPacketsPass()
Definition
AIEToConfiguration.cpp:527
Generated on Tue Apr 8 2025 15:03:08 for MLIR-AIE by
1.9.8