|
My Project
|
#include "mlir/Support/LLVM.h"#include <functional>#include <memory>#include <string>#include <vector>

Go to the source code of this file.
Classes | |
| class | mlir::OpPassBase< OpT > |
Namespaces | |
| mlir | |
| mlir::LLVM | |
Typedefs | |
| using | mlir::OwnedCubin = std::unique_ptr< std::vector< char > > |
| using | mlir::CubinGenerator = std::function< OwnedCubin(const std::string &, Location, StringRef)> |
Functions | |
| std::unique_ptr< OpPassBase< ModuleOp > > | mlir::createConvertGPUKernelToCubinPass (CubinGenerator cubinGenerator) |
| std::unique_ptr< OpPassBase< ModuleOp > > | mlir::createConvertGpuLaunchFuncToCudaCallsPass () |
1.8.13