NVS 300 adapters not recognized by CUDA installation on Win7 64 bit

I have dual NVIDIA NVS 300 display adapters. However CUDA version 7.0 is giving an error during installation: “The graphics driver could not find compatible graphics hardware.”

Please suggest a resolution.

Thanks!

NVS300 is a compute capability 1.2 device:

Those devices are no longer supported by CUDA 7 or by recent NVIDIA GPU drivers.

You will need to use a CUDA toolkit that still supports cc1.x devices, such as CUDA 6.5.

You can read more about it in the release notes for the various CUDA toolkits.

Awesome… thanks for the rapid reply!