CUDA ./deviceQuery 有时会失败

CUDA ./deviceQuery 有时会失败

我的设置:Ubuntu 16.04 CUDA 8.0,驱动程序 375.39

./deviceQury只是有时会失败。通常它工作得很好。现在从挂起模式唤醒后失败。重启后,就可以正常工作了。

输出:

./deviceQuery Starting...

 CUDA Device Query (Runtime API) version (CUDART static linking)

cudaGetDeviceCount returned 30
-> unknown error
Result = FAIL

答案1

看起来问题出在版本 375.39 上。

我看到了一些东西这个线程在对我有用的 CUDA Zone 论坛上。

只需转到 Dash -> 其他驱动程序来更改驱动程序,然后选择 378.13 或 381.09 驱动程序,然后重新启动即可。它对我有用。

相关内容