windows 在windows上,你如何验证安装的CuDNN的版本号?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/45641087/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-08 19:55:45  来源:igfitidea点击:

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

windowscudnn

提问by Axoren

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

在windows上,你如何验证安装的CuDNN的版本号?

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.

当我搜索 Linux 机器的答案时,我发现了很多结果。似乎没有一种明确的方法可以找出为 Windows 安装的版本。

回答by Yeghia

Go to C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include\

转至 C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include\

open cudnn.h

打开 cudnn.h

define CUDNN_MAJOR 5

定义 CUDNN_MAJOR 5

define CUDNN_MINOR 1

定义 CUDNN_MINOR 1

define CUDNN_PATCHLEVEL 10

定义 CUDNN_PATCHLEVEL 10

in my case its 5.1.10

在我的情况下是 5.1.10