MLIR-AIE
|
#include "aie/Targets/AIETargetShared.h"
#include "aie/Dialect/AIE/IR/AIEDialect.h"
#include "aie/Dialect/AIEX/IR/AIEXDialect.h"
#include "aie/Targets/AIETargets.h"
#include "mlir/Dialect/Func/IR/FuncOps.h"
#include "mlir/IR/Attributes.h"
#include "mlir/IR/IRMapping.h"
#include "mlir/Pass/Pass.h"
#include "mlir/Tools/mlir-translate/MlirTranslateMain.h"
#include "llvm/ADT/StringExtras.h"
#include "llvm/IR/Module.h"
Go to the source code of this file.
Namespaces | |
namespace | xilinx |
namespace | xilinx::AIE |
Include the generated interface declarations. | |
Functions | |
std::optional< AIE::ShimDMAAllocationOp > | xilinx::AIE::getAllocOpForSymbol (AIE::DeviceOp dev, StringRef sym_name) |
mlir::LogicalResult | xilinx::AIE::AIETranslateToHSA (ModuleOp module, raw_ostream &output) |
Variables | |
const char * | xilinx::AIE::hsa_cpp_file_header |