my laptop has a quadro k1000m gpu and intel 3rd gen graphics
Ubuntu 14.04 LTS
I have cuda 6.5 installed (or so I think)
I have multiple nvidia drivers installed for the k1000m (352.63 , 340.96, 304.131) but I’m currently using version 352.68
after running through many configurations with deviceQuery saying many different things (all errors) I’ve settled on a configuration that I believe is mostly correct. Although the deviceQuery fails with error: no cuda capable device detected.
I’m not totally familiar with what info I need to post (like the output of nvcc -V?) so let me know if I missed some key information.
*****nvcc -V:
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2013 NVIDIA Corporation
Built on Wed_Jul_17_18:36:13_PDT_2013
Cuda compilation tools, release 5.5, V5.5.0
*****lspci | grep -i nvidia
01:00.0 VGA compatible controller: NVIDIA Corporation GK107GLM [Quadro K1000M] (rev ff)
*****ad@ad-ThinkPad-W530:~/cuda-6.5/NVIDIA_CUDA-6.5_Samples/1_Utilities/deviceQuery$ sudo ./deviceQuery [sudo] password for ad:
./deviceQuery Starting…
CUDA Device Query (Runtime API) version (CUDART static linking)
cudaGetDeviceCount returned 38
→ no CUDA-capable device is detected
Result = FAIL