My Project
|
#include <memory>
Go to the source code of this file.
Classes | |
class | mlir::OpPassBase< OpT > |
Namespaces | |
mlir | |
Functions | |
void | mlir::populateGpuToNVVMConversionPatterns (LLVMTypeConverter &converter, OwningRewritePatternList &patterns) |
Collect a set of patterns to convert from the GPU dialect to NVVM. More... | |
std::unique_ptr< OpPassBase< ModuleOp > > | mlir::createLowerGpuOpsToNVVMOpsPass () |
Creates a pass that lowers GPU dialect operations to NVVM counterparts. More... | |