information-extraction icon indicating copy to clipboard operation
information-extraction copied to clipboard

使用GPU训练报错 builtins.RuntimeError: cublas64_80.dll not found

Open beanjoe opened this issue 6 years ago • 2 comments

我电脑上是cublas64_90.dll。paddle是不是还不支持cuda较新版本?

beanjoe avatar Jul 08 '19 07:07 beanjoe

我在paddle平台下载了最新版本win10+python3.6+cuda9.0的版本。但是运行又报下面的错误: place = fluid.CUDAPlace(0) if use_cuda else fluid.CPUPlace()

paddle.fluid.core_avx.EnforceNotMet: cudaGetDeviceCount failed in paddle::platform::GetCUDADeviceCount: CUDA driver version is insufficient for CUDA runtime version at [E:\release_cuda97\paddle\paddle\fluid\platform\gpu_info.cc:97] PaddlePaddle Call Stacks: Windows not support stack backtrace yet.

beanjoe avatar Jul 08 '19 08:07 beanjoe

你确定下编译用的CUDA版本和runtime的CUDA版本是否一致?另外baseline的paddle版本用的是Paddlepaddle v1.2.0

hweidream avatar Jul 09 '19 02:07 hweidream