Do we have to use Visual Studio for cuDNN?

I was trying to install cuDNN but I don’t use Visual Studio and in the tutorial there is no instruction for people use other platforms. Do we really have to use Visual Studio. I normally use Jupyter notebook. image

Hi @baranaldemir1032 ,
A host compiler is needed on windows, VS has cl.exe which is used for compiling cpp source code, hence is suggested to use.

Thanks!

Hi,
I have using Window, do I need to install the Visual Studio?
Btw, your cuDNN manual is not updated… v8? Now it is v12. And some path is wrong too. :<
Thx