Hi,
I installed the RPMFusion NVidia driver and the CUDA toolkit 10 based on this guide and did the package manager installation.
So far so good, until I run the built binary deviceQuery
, as described in the post installation section. It returns
./deviceQuery Starting...
CUDA Device Query (Runtime API) version (CUDART static linking)
cudaGetDeviceCount returned 100
-> no CUDA-capable device is detected
Result = FAIL
Even after disabling the SELinux with sudo setenforce 0
. Under the /dev/
folder I found out /dev/nvidiactl /dev/nvidia-uvm /dev/nvidia-uvm-tools
. Any hint?
Thanks.