赞
踩
一般要查看CUDA是否正常工作,输入nvidia-smi就可以查看到显卡信息,如图
如果显卡驱动升级了,就会出现如下的错误
NVIDIA-SMI has failed because it couldn't communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is installed and running.
好了,很显然是你的内核升级了,找不到之前的显卡驱动了。
查看你之前的显卡驱动:
ls /usr/src
接下来输入这两行命令:
- sudo apt-get install dkms
- sudo dkms install -m nvidia -v 430.xx
- #430.xx 这就是你查看的驱动版本号
然后在输入nvidia-smi就可以找到显卡的驱动了。
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。