Hi,
I have Nvidia Quadro FX 580 and i need to make some computation on it.
Drivers (342.00-quadro-grid-desktop-notebook-win8-win7-64bit-international-whql.exe) are installed… during the installation of drivers there were no problems.
The graphic card is on Devices List.
I tried to install CUDA Toolkit 9.2 (cuda_9.2.148_windows_network.exe) but during installation warning occurs
“This graphics driver could not find compatible graphics hardrware. You may continue installation, but you may not be able to run CUDA application with this driver. This may occur with graphics hardware that is newer than this toolkit. In that case, it is suggested that you keep your existing driver and install the remaining portions of CUDA Toolkit”
I follow the suggestion and uncheck driver during installation (also make another clean installation with drivers from the toolkit, the result was the same).
When i want to make some Sample CUDA application i get cudaStatus cudaErrorInsufficientDriver(35) and output “cudaSetDevice failed! DO you have a CUDA-capable GPU installed?”.
What should I do??