| 408 | } |
| 409 | |
| 410 | JitModule::~JitModule() { |
| 411 | CHECK_CUDA_ERROR(cuModuleUnload(module_)); |
| 412 | } |
| 413 | |
| 414 | std::pair<CUfunction, uint32_t> JitModule::get_kernel_and_dims( |
| 415 | const std::string& kernel_name, |
nothing calls this directly
no outgoing calls
no test coverage detected