Hi everyone!
I tried to find a topic with the same issue I encountered but I couldn’t so decided to post my problem here.
First, here is my system:
- Motherboard: Asus WS X299 SAGE
- GPUs: x2 NVIDIA RTX P8000
- Driver: 450.57
- Cuda compilation tools, release 10.0, V10.0.130
- Ubuntu 18.04.4
Here is an example of what I got with nvidia-smi
when everything was normal:
±----------------------------------------------------------------------------+
| NVIDIA-SMI 450.57 Driver Version: 450.57 CUDA Version: 11.0 |
|-------------------------------±---------------------±---------------------+
| 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 Quadro RTX 8000 On | 00000000:67:00.0 Off | Off |
| 33% 32C P8 11W / 260W | 1MiB / 48601MiB | 0% Default |
| | | N/A |
±------------------------------±---------------------±---------------------+
| 1 Quadro RTX 8000 On | 00000000:68:00.0 Off | Off |
| 33% 36C P8 14W / 260W | 18MiB / 48598MiB | 0% Default |
| | | N/A |
±------------------------------±---------------------±---------------------+
±----------------------------------------------------------------------------+
| Processes: |
| GPU GI CI PID Type Process name GPU Memory |
| ID ID Usage |
|=============================================================================|
| 1 N/A N/A 1434 G /usr/lib/xorg/Xorg 10MiB |
| 1 N/A N/A 1510 G /usr/bin/gnome-shell 6MiB |
±----------------------------------------------------------------------------+
Last week I couldn’t detect my GPUs, when I ran nvidia-smi
I got Unable to determine the device handle for GPU 0000:6700.0: Unknown Error
. So I restarted my workstation but since I have been able to detect only one GPU. Here is nvidia-smi
now:
±----------------------------------------------------------------------------+
| NVIDIA-SMI 450.57 Driver Version: 450.57 CUDA Version: 11.0 |
|-------------------------------±---------------------±---------------------+
| 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 Quadro RTX 8000 On | 00000000:68:00.0 Off | Off |
| 33% 30C P8 9W / 260W | 336MiB / 48598MiB | 0% Default |
| | | N/A |
±------------------------------±---------------------±---------------------+±----------------------------------------------------------------------------+
| Processes: |
| GPU GI CI PID Type Process name GPU Memory |
| ID ID Usage |
|=============================================================================|
| 0 N/A N/A 1317 G /usr/lib/xorg/Xorg 39MiB |
| 0 N/A N/A 1373 G /usr/bin/gnome-shell 29MiB |
| 0 N/A N/A 2385 G /usr/lib/xorg/Xorg 122MiB |
| 0 N/A N/A 2518 G /usr/bin/gnome-shell 95MiB |
| 0 N/A N/A 2572 G …mviewer/tv_bin/TeamViewer 16MiB |
| 0 N/A N/A 27076 G gnome-control-center 27MiB |
±----------------------------------------------------------------------------+
It would be great if you guys could give some help.
Thanks in advance.