On windows, how do you verify the version number of CuDNN installed?
I'm finding a lot of results when I search for the answer for Linux machines. It doesn't seem like there's a clear way to find out what version is installed for Windows.
Install CuDNN You might need nvcc --version to get your cuda version. Step 2: Check where your cuda installation is. For most people, it will be /usr/local/cuda/ . You can check it with which nvcc .
You can verify that you have a CUDA-capable GPU through the Display Adapters section in the Windows Device Manager. Here you will find the vendor name and model of your graphics card(s). If you have an NVIDIA card that is listed in http://developer.nvidia.com/cuda-gpus, that GPU is CUDA-capable.
#cudnn version check (win10)
in my case its cuda 11.3v // u need to replace with ur verisons
more "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.3\include\cudnn_version.h"
output:
Go to C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include\
open cudnn.h
define CUDNN_MAJOR 5
define CUDNN_MINOR 1
define CUDNN_PATCHLEVEL 10
in my case its 5.1.10
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With