MLIR-AIE
|
#include "mlir-c/IR.h"
Go to the source code of this file.
Functions | |
MLIR_CAPI_EXPORTED void | aieRegisterAllDialects (MlirContext context) |
Registers all AIE dialects with a context. | |
MLIR_CAPI_EXPORTED void | aieRegisterAllPasses () |
Registers all AIE passes for symbolic access with the global registry. | |
MLIR_CAPI_EXPORTED void aieRegisterAllDialects | ( | MlirContext | context | ) |
Registers all AIE dialects with a context.
This is needed before creating IR for these Dialects.
MLIR_CAPI_EXPORTED void aieRegisterAllPasses | ( | ) |
Registers all AIE passes for symbolic access with the global registry.
Definition at line 30 of file Registration.cpp.
References xilinx::aievec::registerAIEVecPipelines(), and xilinx::registerAllDialects().