1660 Cuda compatibility

Hello, I have a concern about the CUDA drivers for my GPU. If I run tf.test.is_gpu_available I get False as output but the GPU is identifiable(Screenshot). On the list here I don’t see my GPU so this means that it is not compatible. My question now is, is there any reason to keep having CUDA drivers installs since my GPU is not compatible. My GPU seems to be visible on the Tensorflow framework but it’s useless since CUDA it’s not compatible.

Thank you for your time

Hi, Not sure why your card does not appear in that list - the GTX1660 is Cuda compatible, Compute 7.5 Turing.

See details here: NVIDIA GeForce GTX 1660 Specs | TechPowerUp GPU Database

EDIT: I’ve no experience of Tensorflow, but came across this:

Warning: if a non-GPU version of the package is installed, the function would also return False. Use tf.test.is_built_with_cuda to validate if TensorFlow was build with CUDA support.