I just installed CUDA Toolkit 12.3 Update 1 on Windows 10
Following instructions for installing v8.9.7 on windows at: Installation Guide - NVIDIA Docs
- 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
.
Attached is my directory screenshot and search for CUDNN shows no CUDNN folder anywhere. What product should have produced that folder and its subfolders?
Do I need to create the folders and should I do it in Program Files or Program Files(x86) where my Nsight Visual Studio is?