After following this guide to the dot (http://developer.download.nvidia.com/compute/cuda/9.0/Prod/docs/sidebar/CUDA_Installation_Guide_Linux.pdf) to install CUDA 9.0, I attempted to build the samples at `NVIDIA_CUDA-9.0_Samples/, but this resulted in a make error.
I followed a suggestion to build just deviceQuery
, but when I run ./deviceQeury
, I get the following output:
krishna@krishna-ubuntu:~/Documents/NVIDIA_CUDA-9.0_Samples/1_Utilities/deviceQuery$ ./deviceQuery
./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
Note that I’m running a dual boot on a laptop that also has an iGPU.
Is this error normal, and if not, how can I fix it?