[FRONTEND] Added on-disk cache for compiled kernels (#287)
This commit is contained in:
@@ -10,6 +10,7 @@ namespace driver{
|
||||
|
||||
void init_llvm();
|
||||
std::string llir_to_ptx(llvm::Module* module, int cc, int version);
|
||||
std::string ptx_to_cubin(const std::string& ptx, int cc);
|
||||
CUmodule ptx_to_cumodule(const std::string& ptx, int cc);
|
||||
std::string llir_to_amdgpu(llvm::Module* module, const std::string& proc);
|
||||
hipModule_t amdgpu_to_hipmodule(const std::string& path);
|
||||
|
Reference in New Issue
Block a user