Unable to install cudnn in windows 10.

What does the step-5 mean in the following link?

5)Include cudnn.lib in your Visual Studio project.
a) Open the Visual Studio project and right-click on the project name.
b) Click Linker > Input > Additional Dependencies.
c) Add cudnn.lib and click OK.

What does a mean? On which project should I right-click on?
Additionally, I think this step should be done when you are coding in visual studio. And since I’d be using Jupyter notebooks this step isn’t required.
Correct me if I’m wrong. Thanks!

1 Like