Search code examples
cudanvidiaincompatibility

NVIDIA CUDA 5.5 Compatible graphics hardware error


I have following machine.

1.Dell XPS 8700 
2.Intel Core i7-4790
3.16GB RAM
4.NVIDIA GetForce GTX 750TI 2GB with NVIDIA GRAPHICS Driver 347.09
5.Windows 8.1 64-bit

I am trying to install CUDA 5.5 Desktop since the latest does not support DESKTOP I even tried it and found the same error. The Graphics could not find compatible hardware.....

It says that Grahpics could not find compatible hardware. you may wish to continue but you will not be able to run CUDA applications.

Please guide me how to correct this error I wanna use CUDA for development purposes.


Solution

  • That's correct. The CUDA 5.5 installer does not contain a compatible driver for your GPU. If you really want to use CUDA 5.5, then continue on past this screen.

    Deselect the option in a subsequent screen to install the GPU driver, but install the toolkit (and samples, if you wish).

    The driver that is currently on your machine and compatible with GTX 750 Ti (347.09) will work with CUDA 5.5

    I'm not sure why you would want to install such an old version of CUDA. CUDA 6.5 production release is currently available and CUDA 7.0 RC is also available to registered developers. The installer for either one should have a driver that is compatible with your GTX 750 Ti. However, in either case my recommendation would be the same - leave your existing driver intact, and deselect the option in the CUDA installer to install a driver.