cuDNN installation- Windows_Visual Studio

Hi guys,

I installed cuDNN on my machine following the instructions provided on the official website. No problems so far, but I don’t know how to finalize the installation and execute the last steps in the instructions. I copy them below:

“In your Visual Studio project properties, add \include to the Include Directories and Library Directories lists and add cudnn.lib to Linker->Input->Additional Dependencies.”

I am using Visual Studio 2015 on Windows. I need cuDNN as it is required by Tensorflow to run in a python environment with GPU acceleration. Can anybody please briefly explain me how to do this? I’m a bit of a noob…but I didn’t find any info online that helped.

Thanks a lot,
Ale

http://www.cs.utah.edu/~mhall/cs4961f10/CUDA-VS08.pdf this link may shine you a light to solve the issue as mentioned.

Daniel