1. 程式人生 > 其它 >TensorFlow2.4與CUDA11.1缺失 ‘cusolver64_10.dll‘動態庫

TensorFlow2.4與CUDA11.1缺失 ‘cusolver64_10.dll‘動態庫

技術標籤:tensorflowtensorflowcudagpu

TensorFlow2.4與CUDA11.1缺失 'cusolver64_10.dll’動態庫

自從換上30系列的顯示卡一直等著時使用GPU,昨天tensorflow2.4更新完以後依然顯示不能使用GPU,發現問題缺少cusolver64_10.dll,

Could not load dynamic library ‘cusolver64_10.dll’; dlerror: cusolver64_10.dll not found
報錯資訊

查閱github,發現也有不少人遇到這個錯誤,這裡貼上地址
Incompatibility between versions of TF and CUDA dynamic libraries

.

附加缺少的庫地址
Google雲硬碟.

百度網盤:https://pan.baidu.com/s/1N_GZHBLkPjnk4DP1MR_u1Q
提取碼:msa2

win10 下將cusolver64_10.dll貼上到:

C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.1\bin

tensorflow測試GPU程式碼

import tensorflow as tf
tf.test.gpu_device_name() 
返回最後一行:'/device:GPU:0'