mnistCUDNN --> Error: CUDNN_STATUS_NOT_INITIALIZED

cudnn_samples_v7/mnistCUDNN$ ./mnistCUDNN
cudnnGetVersion() : 7501 , CUDNN_VERSION from cudnn.h : 7501 (7.5.1)
Host compiler version : GCC 6.3.0
There are 1 CUDA capable devices on your machine :
device 0 : sms 56 Capabilities 6.0, SmClock 1328.5 Mhz, MemSize (Mb) 16280, MemClock 715.0 Mhz, Ecc=1, boardGroupID=0
Using device 0

Testing single precision
CUDNN failure
Error: CUDNN_STATUS_NOT_INITIALIZED
mnistCUDNN.cpp:394
Aborting…

─────────────────────────────────────────

installed:

NVIDIA-Linux-x86_64-418.67.run
cuda_10.0.130_410.48_linux.run
cudnn-10.1-linux-x64-v7.5.1.10.tgz

uname -a
Linux instance-3 4.9.0-9-amd64 #1 SMP Debian 4.9.168-1+deb9u2 (2019-05-13) x86_64 GNU/Linux

lsb_release -a
No LSB modules are available.
Distributor ID: Debian
Description: Debian GNU/Linux 9.9 (stretch)
Release: 9.9
Codename: stretch

lspci |grep -E “VGA|3D”
00:03.0 Non-VGA unclassified device: Red Hat, Inc Virtio SCSI
00:04.0 3D controller: NVIDIA Corporation GP100GL (rev a1)

nvidia-smi
Sat May 18 22:20:20 2019
±----------------------------------------------------------------------------+
| NVIDIA-SMI 410.48 Driver Version: 410.48 |
|-------------------------------±---------------------±---------------------+
| GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |
|===============================+======================+======================|
| 0 Tesla P100-PCIE… On | 00000000:00:04.0 Off | 0 |
| N/A 35C P0 27W / 250W | 0MiB / 16280MiB | 0% Default |
±------------------------------±---------------------±---------------------+

±----------------------------------------------------------------------------+
| Processes: GPU Memory |
| GPU PID Type Process name Usage |
|=============================================================================|
| No running processes found |
±----------------------------------------------------------------------------+

echo $PATH
/usr/local/cuda-10.0/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games

echo $LD_LIBRARY_PATH
:/usr/local/cuda/lib64:/usr/local/cuda/extras/CUPTI/lib64

getting the same error

N_VERSION from cudnn.h : 7600 (7.6.0)
Host compiler version : GCC 7.4.0
There are 1 CUDA capable devices on your machine :
device 0 : sms 19 Capabilities 6.1, SmClock 1683.0 Mhz, MemSize (Mb) 8118, MemClock 4004.0 Mhz, Ecc=0, boardGroupID=0
Using device 0

Testing single precision
CUDNN failure
Error: CUDNN_STATUS_NOT_INITIALIZED
mnistCUDNN.cpp:394
Aborting…

I stopped using Debian GNU/Linux 9.9 (stretch).
So “mnistCUDNN → Error: CUDNN_STATUS_NOT_INITIALIZED” is not relevant for me anymore
Thanks

getting the same error
cudnnGetVersion() : 6021 , CUDNN_VERSION from cudnn.h : 6021 (6.0.21)
Host compiler version : GCC 5.4.0
There are 1 CUDA capable devices on your machine :
device 0 : sms 2 Capabilities 2.1, SmClock 1250.0 Mhz, MemSize (Mb) 1985, MemClock 900.0 Mhz, Ecc=0, boardGroupID=0
Using device 0

Testing single precision
CUDNN failure
Error: CUDNN_STATUS_ARCH_MISMATCH
mnistCUDNN.cpp:394
Aborting…