the cuDNN installation manual says
ALL PLATFORMS
Extract the cuDNN archive to a directory of your choice, referred to below as . Then follow the platform-specific instructions as follows.
LINUX
cd export LD_LIBRARY_PATH=`pwd`:$LD_LIBRARY_PATH
Add to your build and link process by adding -I to your compile line and -L -lcudnn to your link line.
It seems that it simply adds pwd
to LD_LIBRARY_PATH
, so I guess just replacing the files in pwd
will do the update.
But it seems not that simple as after I've done this I got a complaint from Theano saying
cuDNN Version is too old. Update to v5, was 3007.
cudnn.h
in dir/cuda/include/
dir/cuda/lib64/
dir/cuda/lib64/
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With