当前位置:网站首页>The last core step of configuring theano GPU

The last core step of configuring theano GPU

2022-06-25 20:09:00 Fu Zongheng

pygpu.gpuarray.GpuArrayException: b'Could not load "nvrtc64_70.dll": \xd5\xd2\xb2\xbb\xb5\xbd\xd6\xb8\xb6\xa8\xb5\xc4\xc4\xa3\xbf\xe9\xa1\xa3\r\n'

When you report this mistake , modify NVIDIA GPU Computing Toolkit\CUDA\v10.1\bin Next file of the same name

The file name that cannot be found for the error report

for example  b'Could not load "nvrtc64_111.dll" 
be : Change  nvrtc64_xxx by nvrtc64_111.dll, Change  cublas64_xxxx.dll by  cublas64_111.dll

If an error is reported nvrtc64_70.dll, Then change The above two files are nvrtc64_70.dll and cublas64_70.dll

原网站

版权声明
本文为[Fu Zongheng]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/02/202202190507134557.html