MLIR
20.0.0git
|
Go to the source code of this file.
Namespaces | |
mlir | |
Include the generated interface declarations. | |
Macros | |
#define | GEN_PASS_DECL |
#define | GEN_PASS_REGISTRATION |
Generate the code for registering passes. More... | |
Functions | |
std::unique_ptr< Pass > | mlir::createAsyncParallelForPass () |
std::unique_ptr< Pass > | mlir::createAsyncParallelForPass (bool asyncDispatch, int32_t numWorkerThreads, int32_t minTaskSize) |
void | mlir::populateAsyncFuncToAsyncRuntimeConversionPatterns (RewritePatternSet &patterns, ConversionTarget &target) |
std::unique_ptr< OperationPass< ModuleOp > > | mlir::createAsyncFuncToAsyncRuntimePass () |
std::unique_ptr< OperationPass< ModuleOp > > | mlir::createAsyncToAsyncRuntimePass () |
std::unique_ptr< Pass > | mlir::createAsyncRuntimeRefCountingPass () |
std::unique_ptr< Pass > | mlir::createAsyncRuntimeRefCountingOptPass () |
std::unique_ptr< Pass > | mlir::createAsyncRuntimePolicyBasedRefCountingPass () |