I’m trying to go through the CUDNN install instructions for windows from Installation Guide - NVIDIA Docs
The instructions say
- Copy
bin\cudnn*.dll
toC:\Program Files\NVIDIA\CUDNN\v8.x\bin
. - Copy
include\cudnn*.h
toC:\Program Files\NVIDIA\CUDNN\v8.x\include
. - Copy
lib\cudnn*.lib
toC:\Program Files\NVIDIA\CUDNN\v8.x\lib
.
However, first, the NVIDIA directory didn’t exist, so I assume I had to create it. Then, there’s no lib\cudnn*.lib but there is a lib\x64\cudnn*.lib which I assume is the right one. However, I wasn’t sure if I should place it in \v8.x\lib or \v8.x\lib\x64.
Also, if it matters, I’m using cuda_12.2.1_536.67_windows.exe.