Failed CuDNN Installation on Ubuntu 18.04

Hi community,

I failed to install CuDNN properly on my Ubuntu 18.04 machine.
I have GeForce GTX 1050.

I was trying to follow the following tutorial or instruction page below:
https://docs.nvidia.com/deeplearning/sdk/cudnn-install/index.html#installlinux

However, when i tried to run ./mnistCUDNN, that did NOT work.
The following error showed up:

(base) th@my-name:~/cudnn_samples_v7/mnistCUDNN$ ./mnistCUDNN
cudnnGetVersion() : 7501 , CUDNN_VERSION from cudnn.h : 7501 (7.5.1)
Cuda failurer version : GCC 7.3.0
Error: forward compatibility was attempted on non supported HW
error_util.h:93
Aborting…

What should I do ?? Is it the wrong version that I installed or do i simply need another card ??

Thanks,
TH

1 Like