Searched refs:gpu_binary_it (Results 1 – 1 of 1) sorted by relevance
348 auto gpu_binary_it = kernel_to_gpu_binary_.find(kernel); in UnloadKernel() local349 if (kernel_to_gpu_binary_.end() == gpu_binary_it) { in UnloadKernel()355 << " has loaded GPU code " << gpu_binary_it->second; in UnloadKernel()356 UnloadGpuBinary(gpu_binary_it->second); in UnloadKernel()357 kernel_to_gpu_binary_.erase(gpu_binary_it); in UnloadKernel()