Hi Guys,
I installed CUDA 10.1 successfully, which can be checked by
[xxx cuda]$ nvcc -V
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2019 NVIDIA Corporation
Built on Fri_Feb__8_19:08:17_PST_2019
Cuda compilation tools, release 10.1, V10.1.105
Then I download the rpms of cnDNN 7.5 from the website and installed them locally with
rpm -ivh libcudnn7-*.x86_64.rpm
rpm -ivh libcudnn7-devel-*.x86_64.rpm
rpm -ivh libcudnn7-doc-*.x86_64.rpm
However I can’t find cudnn.h under
/usr/local/cuda/lib64
and libcudnn.so file also.
I run the Test of sample_common but got following error:
[xxx mnistCUDNN]$ sudo make clean && make
rm -rf *o
rm -rf mnistCUDNN
Makefile:154: ../samples_common.mk: No such file or directory
CUDA VERSION:
TARGET ARCH: x86_64
HOST_ARCH: x86_64
TARGET OS: linux
SMS:
>>> WARNING - no SM architectures have been specified - waiving sample <<<
make: *** No rule to make target `../samples_common.mk'. Stop.
OS version is CentOS 7.3 x86_64.
I don’t know whether cnDNN has been installed succeesfully, if not, how to solve it?