Tensorflow doesn't see GPU 1650 Super

Hello

In this page there no 1650 super, only 1650Ti. Is this card support CUDA? If yes then please help to do how to do tensorflow see 1650 super. I was install videodriver 531.41, tensorflow 2.12, cuda 11.8, cudnn 8.6 - and this code:
import tensorflow as tf

print("Num GPUs Available: ", len(tf.config.list_physical_devices(‘GPU’)))

Num GPUs Available: 0

shows than no GPUs

Hello. Thank you all. I desided this by next method:
it need to install cuda 11.2, cudnn 8.1.0 and tensorflow with this command:
python -m pip install “tensorflow<2.11”

It is Windows 10