Is it possible that CUDNN is properly installed if I don't have mnistCUDA or anything else in the cuda_samples_v8 folder?

Hello,
I do not have anything beside NVIDIA_SLA_cuDNN_Support.txt in the cudnn_samples_v8 folder. Given that the folder exists, I am willing to believe that cudnn is installed properly. If it is not, then why is the folder there? I have searched a lot for the standalone samples download, but i cannot find it anywhere on the internet. I am using Ubuntu 22.04,
cuda 11.7,
cudnn 8.6.0.163_1-1+cuda11.8 and I installed cudnn through the ubuntu network installation.
Could it be due to the fact that I only have cuda toolkit 11.7, but there is cuda11.8 in the version of cudnn I’m using?
Here’s the nvidia-smi:

Tue Oct 11 23:45:51 2022       
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 515.65.01    Driver Version: 515.65.01    CUDA Version: 11.7     |
|-------------------------------+----------------------+----------------------+
| GPU  Name        Persistence-M| Bus-Id        Disp.A | Volatile Uncorr. ECC |
| Fan  Temp  Perf  Pwr:Usage/Cap|         Memory-Usage | GPU-Util  Compute M. |
|                               |                      |               MIG M. |
|===============================+======================+======================|
|   0  NVIDIA GeForce ...  On   | 00000000:01:00.0  On |                  N/A |
|  0%   56C    P8    26W / 350W |    422MiB / 12288MiB |     14%      Default |
|                               |                      |                  N/A |
+-------------------------------+----------------------+----------------------+
                                                                               
+-----------------------------------------------------------------------------+
| Processes:                                                                  |
|  GPU   GI   CI        PID   Type   Process name                  GPU Memory |
|        ID   ID                                                   Usage      |
|=============================================================================|
|    0   N/A  N/A      2143      G   /usr/lib/xorg/Xorg                184MiB |
|    0   N/A  N/A      2383      G   /usr/bin/gnome-shell               42MiB |
|    0   N/A  N/A      4156      G   ...5/usr/lib/firefox/firefox      182MiB |
+-----------------------------------------------------------------------------+

and the nvcc --version:

nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2022 NVIDIA Corporation
Built on Wed_Jun__8_16:49:14_PDT_2022
Cuda compilation tools, release 11.7, V11.7.99
Build cuda_11.7.r11.7/compiler.31442593_0

Could removing everything cudnn related and installing it from the tar file help me?

Hi @krzysiekd.navy ,
There are multiple ways cudnn can be installed.
You may want to validate your installation steps and compatibility matrix for cudnn.
Please let us know if the issue still persist.

Thanks

Hi krzysiekd.navy,

I am unfortunately unable to help, but I was wondering whether you were able to solve this issue. If you did, please post the solution.
Thanks.