My Project
Classes | Namespaces | Typedefs | Functions
GPUToCUDAPass.h File Reference
#include "mlir/Support/LLVM.h"
#include <functional>
#include <memory>
#include <string>
#include <vector>
Include dependency graph for GPUToCUDAPass.h:
This graph shows which files directly or indirectly include this file:

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 ()