I have 2 if the same A100 cards on my box. When I run with
CUDA_VISIBLE_DEVICES=0 or CUDA_VISIBLE_DEVICES=0 ,1 my program runs 2x faster than when I run it with CUDA_VISIBLE_DEVICES=1. How do I diagnose the issue? Is it hardware related (bus, something else) or software related?
Thanks in advance!
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 470.199.02 Driver Version: 470.199.02 CUDA Version: 11.4 |
|-------------------------------+----------------------+----------------------+
| 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 A100 80G... Off | 00000000:17:00.0 Off | 0 |
| N/A 36C P0 64W / 300W | 7238MiB / 80994MiB | 0% Default |
| | | Disabled |
+-------------------------------+----------------------+----------------------+
| 1 NVIDIA A100 80G... Off | 00000000:CA:00.0 Off | 0 |
| N/A 35C P0 48W / 300W | 2MiB / 80994MiB | 0% Default |
| | | Disabled |
+-------------------------------+----------------------+----------------------+
+-----------------------------------------------------------------------------+
| Processes: |
| GPU GI CI PID Type Process name GPU Memory |
| ID ID Usage |
|=============================================================================|
| 0 N/A N/A 719773 C ../Release/myprocess 7236MiB |
+-----------------------------------------------------------------------------+
