Tesla C2075 with cuda version?

Hi,
I have Tesla C2075 with 6GB GPU. For this GPU model which cuda version and cudnn i need to install?
And what is computing capacity?
For C2075 computing capacity is 2.0 what what is this factor?

Thanks

your cross posting already has the correct answer:

[url]python - tesla c2075 with tensorflow cuda version installation - Stack Overflow

you cannot run Tensorflow on a compute capability 2.0 GPU

Apart from Tensorflow, CUDA 8 is the last CUDA version that supported that GPU.

There is no cudnn version that supports that GPU. cudnn requires compute capability 3.0 or higher. Compute Capability is a number corresponding to architecture generation of the GPU. Higher numbers are newer GPUs.