要求NVIDIA-SMI初始化失敗NVML:阻止操作系統GPU訪問
nvidia-smi
它給出了這樣的錯誤時:
Failed to initialize NVML: GPU access blocked by the operating system
其他信息:
$ nvcc --verion
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2015 NVIDIA Corporation
Built on Mon_Feb_16_22:59:02_CST_2015
Cuda compilation tools, release 7.0, V7.0.27
還有:
$ lspci | grep -i nvidia
01:00.0 VGA compatible controller: NVIDIA Corporation GF108M [GeForce GT 425M] (rev a1)
01:00.1 Audio device: NVIDIA Corporation GF108 High Definition Audio Controller (rev a1)
在互聯網上搜索了很多,我找不到解決這個問題的方法。 當我使用IPython的筆記本電腦,並希望運行來自Caffe框架也給出了這樣的錯誤:
Check failed: error == cudaSuccess (38 vs. 0) no CUDA-capable device is detected
您尚未正確安裝CUDA(特別是GPU驅動程序)。我建議遵循[方向](http://docs.nvidia.com/cuda/cuda-installation-guide-linux/index.html#abstract)。 –
@RobertCrovella我遵循了所有的方向,但是在所有步驟中我收到了這樣的消息:*已經是最新版本。 0升級,0新安裝,0刪除和0未升級。例如對於sudo apt-get install cuda或sudo apt-get install cuda-driver和sudo apt-get install linux-headers - $(uname -r) –