Dear Support.
I have tried to install DS 0.7.4 gpu version.
the NVIDIA and CUDA info with CUDNN info are below.
Fri Jul 24 15:00:15 2020
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 418.56 Driver Version: 418.56 CUDA Version: 10.1 |
|-------------------------------+----------------------+----------------------+
| GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |
|===============================+======================+======================|
| 0 GeForce RTX 208... Off | 00000000:06:00.0 On | N/A |
| 31% 35C P2 64W / 250W | 311MiB / 10986MiB | 0% Default |
+-------------------------------+----------------------+----------------------+
| 1 GeForce RTX 208... Off | 00000000:41:00.0 Off | N/A |
| 33% 38C P2 62W / 250W | 164MiB / 10989MiB | 0% Default |
+-------------------------------+----------------------+----------------------+
+-----------------------------------------------------------------------------+
| Processes: GPU Memory |
| GPU PID Type Process name Usage |
|=============================================================================|
| 0 2732 G /usr/bin/X 78MiB |
| 0 4126 G /usr/bin/gnome-shell 68MiB |
| 0 6441 C python3 153MiB |
| 1 6441 C python3 153MiB |
+-----------------------------------------------------------------------------+
$ nvcc --version
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
cat /usr/local/cuda/include/cudnn.h | grep CUDNN_MAJOR -A 2
#define CUDNN_MAJOR 7
#define CUDNN_MINOR 5
#define CUDNN_PATCHLEVEL 0
--
#define CUDNN_VERSION (CUDNN_MAJOR * 1000 + CUDNN_MINOR * 100 + CUDNN_PATCHLEVEL)
#include "driver_types.h"
Still the each GPU is not taking cuda load above
Tensorflow = 1.15.2
where is the mistake I am making.? or which point I am ignoring? I tried sample-cuda compilation which worked fairly well. I have also tried with cudnn=7.6 but the situation is same.