How to check Cuda Version compatible with installed GPU
To check which version of CUDA and CUDNN is supported by the hardware or the GPU that is installed in your computer.
The first step is to check the compute capability of your GPU, for that you need to visit the website of that GPU’s manufacturer.
As CUDA is mostly supported by NVIDIA, so to check the compute capability, visit: Official Website
For example, your installed GPU is Geforce GTX 770, by looking at their official website, it is mentioned there as shown in Figure above that it has Compute Capability of 3.0.
The following table shows the CUDA toolkit/ SDK version with supported compute capabilities:
Cuda SDK Version | Compute Capability |
Cuda 6.0 | 1.0 – 3.5 |
Cuda 6.5 | 1.1 – 5.x |
Cuda 7.0 | 2.0 – 5.x |
Cuda 7.5 | 2.0 – 5.x |
Cuda 8.0 | 2.0 – 6.x |
Cuda 9.0 | 3.0 – 7.2 |
Cuda 9.1 | 3.0 – 7.2 |
Cuda 9.2 | 3.0 – 7.2 |
Cuda 10 | 3.0 – 7.5 |
Download Cuda toolkit/ Sdk version
To Find compatible Tensorflow-gpu version with CUDA and CUDNN: Click here
To download Compatible cudnn version click here