window10下RTX3090配置CUDA11.0 tensorflow-gpu版详解

环境:(亲测可用)

window10

RTX3090

python3.7.9

cuda11.0

cudnn-11.0-windows-x64-v8.0.4.30

tensorflow-gpu=2.4.0rc2

请先获得下面的ptxas.exe,替换C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.0\bin\ptxas.exe.

问题一:如果报缺cufft64_10.dll或者cudnn64_8.dll或者curand64_10.dll或者cusolver64_10.dll,或者cudart64_101.dll等等,下载相应dll文件放到C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.0\bin中

问题二:SubProcess ended with return code: 4294967295

复制C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.1\bin\ptxas.exe  到  C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.0\bin\ptxas.exe.

通过CSDN资源搜索获得cuda11.1的ptxas.exe : https://download.csdn.net/download/qq_38784454/13773286,或者百度网盘链接:https://pan.baidu.com/s/1-WCGpN9QvDErEC16VXq5UA 
提取码:1234 
 

 

 

你可能感兴趣的:(人工智能,软件应用,cuda11.0,rtx3090,tensorflow-gpu,window10)