clinfo shows "Number of platforms 0"

I'm developing on Centos 7.6 64bit and Nvidia graphic card. I've installed Nvidia driver and cuda driver.

But, when I run "clinfo", it shows:

Number of platforms 0

What should I check and how can I solve it?

3

1 Answer

The cuda's nvidia driver and your display nvidia-driver should match. I faced this problem yesterday and solved it but installing nvidia-driver suggested in cuda run file. make sure that /var/lib/dkms/nvidia/<version> links properly with kernels. see my topic for more info.Sample deviceQuery cuda program

2

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like