Tensorflow can not detect my gpu

Description

Hello,

I installed Tensorflow 2.11.0 and cuda 11.2.2 and also 8.1.0.77 in Anaconda application. When I try check my GPU with code snippet which in below:
import tensorflow as tf;
tf.config.experimental.list_physical_devices(‘GPU’)

It says there is no GPU in system. But I have Nvidia RTX 3060 on my pc. How can I solve this problem. I applied to steps in tensorflow website for this installation. Help me.

Environment

GPU Type: Nvidia RTX 3060
Nvidia Driver Version: 531.18
CUDA Version: 11.2.2
CUDNN Version: 8.1.0.77
Operating System + Version: Wİndows 11 Pro 22H2
Python Version (if applicable): 3.9.13
TensorFlow Version (if applicable): 2.11.0

Hi,
We recommend you to check the below samples links in case of tf-trt integration issues.
https://docs.nvidia.com/deeplearning/frameworks/tf-trt-user-guide/index.html#samples

https://docs.nvidia.com/deeplearning/frameworks/tf-trt-user-guide/index.html#integrate-ovr
https://docs.nvidia.com/deeplearning/frameworks/tf-trt-user-guide/index.html#usingtftrt

If issue persist, We recommend you to reach out to Tensorflow forum.
Thanks!