CUDA installation: could not find compatible graphics hardware

I am trying to install CUDA 7.0 on a computer with a NVIDIA Geforce 9600 GT. I thought this was a supported GPU, however I get the message:

This graphics driver could not find compatible graphics hardware. You may continue installation, but you will not be able to run CUDA applications.

Is my graphics card not supported or is there anything else I can do?


Your graphics card has compute capability 1.x which is no longer supported by CUDA 7 (and beyond). The latest CUDA toolkit that will work with that GPU which appears to be compute capability 1.0 is CUDA 6.0.

The dropping of support for various cc1.x GPU types is documented in the release notes for the CUDA 6.0, 6.5, and 7.0 toolkits.

链接地址: http://www.djcxy.com/p/38478.html

上一篇: 编译包含动态并行性的代码失败

下一篇: CUDA安装:无法找到兼容的图形硬件