Usage of GPU for tensorflow library

I have installed 2GB AMD Firepro GPU in my laptop.
My GPU detail is below
Name = AMD Redeon HD 8950
Manufacturer = Advance Micro Devices, Inc
Chip Type = AMD FirePro (0x6640)
DAC Type = Internal DAC (400MHz)

I tried my best to use gpu but there is limitation of CUDA version which I didn’t find in my laptop.
Kindly help me to use my GPU for TensorFlow processing?

Hi @ShahidUmar, CUDA was developed by NVIDIA, and it is specifically designed to work with NVIDIA GPUs. For using tensorflow with AMD GPU could please try to follow the ROCm document. Thank You.