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

好久不见. 提交于 2019-12-04 17:59:11

问题


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.


回答1:


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



来源:https://stackoverflow.com/questions/45641087/on-windows-how-do-you-verify-the-version-number-of-cudnn-installed

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!