On windows, how do you verify the version number of CuDNN installed?

Axoren picture Axoren · Aug 11, 2017 · Viewed 31.4k times · Source

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.

Answer

Yeghia picture Yeghia · Oct 5, 2017

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