
1. Download from souce https://developer.nvidia.com/rdp/cudnn-download
2. extract file : tar -zxvf cudnn-8.0-linux-x64-v5.1.tgz
3. copy libcudnn.so.5.1.10
and libcudnn_static.a
to /usr/local/cuda/lib64
use command like this :
sudo cp cudnn.h /usr/local/cuda/include/
4. Just adding the cuda path to my .bashrc
export LD_LIBRARY_PATH=/usr/local/cuda/lib64/
and finally test the result :
need support GPU installation, call me : sarwo.jowo@gmail.com.
Leave a Reply