当使用新的显卡时,若出现 找不到 cuda 可使用的显卡:
no CUDA-capable device is detected
输入:nvidia-smi 显示 显卡型号为 ERR!
可能原因:
Try loading a newer driver. 375.26 is the original driver that comes with CUDA 8.0.61 installer, and I believe it is too old to properly recognize Titan Xp. 见:https://devtalk.nvidia.com/default/topic/1017327/-quot-no-cuda-capable-device-is-detected-quot-with-titan-xp-no-problem-with-old-gpu/
此时:可能是新显卡,在老版本的GPU驱动中没有写明识别方法,
解决办法:安装新的显卡驱动, 方法可以参考 http://blog.youkuaiyun.com/lien0906/article/details/54312166
注意: cuda 、GPU驱动的官方文档 中也可以找到一些解决办法
sudo apt-get update
sudo apt-get upgrade