Detection of the Graphics Card

Dear All

Can you provide the following information?
Windows 10
Visual Studio 2015
CUDA 8 and CUDA 9

When I install the CUDA it do not detects the graphics card (GTX 1080Ti)?
When created a project it resets the compute capability to 2.0 (CUDA 8) and cc 3.0 (CUDA 9)?
I did no experimented yet to run a compiled program after I put the right cc in the properties.

Can anyone tell me what the possible reason for this, please? Something in the BIOS?

Thanks

Luis Gonçalves

The project creation process on windows/visual studio doesn’t automatically set the compute capability to match the installed device. It never has.

nsight eclipse edition for linux will do that.
nsight visual studio edition for windows does not do that.