Hello:
Could anyone help me figure out this?
Ubuntu 16.04 Cuda-8.0
./deviceQuery Starting…
CUDA Device Query (Runtime API) version (CUDART static linking)
cudaGetDeviceCount returned 35
→ CUDA driver version is insufficient for CUDA runtime version
Result = FAIL
nvidia-smi:
±----------------------------------------------------------------------------+
| NVIDIA-SMI 375.39 Driver Version: 375.39 |
|-------------------------------±---------------------±---------------------+
| GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |
|===============================+======================+======================|
| 0 Quadro 600 Off | 0000:03:00.0 On | N/A |
| 30% 74C P0 N/A / N/A | 497MiB / 959MiB | 0% Default |
±------------------------------±---------------------±---------------------+
±----------------------------------------------------------------------------+
| Processes: GPU Memory |
| GPU PID Type Process name Usage |
|=============================================================================|
| No running processes found |
±----------------------------------------------------------------------------+
.bashrc:
export PATH=“/usr/local/cuda-8.0/bin:$PATH”
export LD_LIBRARY_PATH=/usr/local/cuda-8.0/lib64
export CUDA_HOME=“/usr/local/cuda-8.0:$CUDA_HOME”
Thanks!