Question about TensorFlow GPU: Missing 4070 Support"

Hi, I have a question about the TensorFlow GPU library. I’ve noticed that when I check the list of supported graphics cards, the 4070 isn’t listed. Is this due to a specific limitation of the card’s architecture, or could it potentially be added in future updates?

1 Like

Hi @Fabrizio_Jahir_Atiqu Welcome to the Tensorflow Forum,

As per observation, the mentioned GPU has compute capability of 8.9 it will support Tensorflow. And it was mentioned in the CUDA enabled GPU list as well

image (2)

Thank you!