MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / UnloadModule

Method UnloadModule

tensorflow/stream_executor/cuda/cuda_gpu_executor.cc:381–385  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

379}
380
381bool GpuExecutor::UnloadModule(ModuleHandle module_handle) {
382 const char *gpu_binary = reinterpret_cast<const char *>(module_handle.id());
383 absl::MutexLock lock{&in_memory_modules_mu_};
384 return UnloadGpuBinary(gpu_binary);
385}
386
387bool GpuExecutor::GetKernelMetadata(GpuKernel* cuda_kernel,
388 KernelMetadata* kernel_metadata) {

Callers

nothing calls this directly

Calls 1

idMethod · 0.45

Tested by

no test coverage detected