olealgoritme / gddr6

Linux​ based GDDR6/GDDR6X VRAM temperature reader for NVIDIA RTX 3000/4000 series GPUs.
70 stars 28 forks source link

Multi Gpu Order and coresponding temperatures wrong #6

Closed felix303 closed 1 year ago

felix303 commented 1 year ago

Looks like the order of the output is reversed compared to nvidia-smi output.

Here is the output of gddr6:

user@test_server:~/tmp/vramtest/gddr6$ sudo ./gddr6 Device: RTX A2000 GDDR6 (GA106 / 0x2531) pci=8:d:0 Device: RTX A2000 GDDR6 (GA106 / 0x2531) pci=6:1b:0 Device: RTX A2000 GDDR6 (GA106 / 0x2531) pci=6:10:0 VRAM Temps: | 76°c | 74°c | 70°c |

And here is the output of nvidia-smi:

user@test_server:~$ nvidia-smi Thu May 18 16:15:14 2023
+---------------------------------------------------------------------------------------+ | NVIDIA-SMI 530.30.02 Driver Version: 530.30.02 CUDA Version: 12.1 | |-----------------------------------------+----------------------+----------------------+ | 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 RTX A2000 On | 00000000:06:10.0 Off | Off | | 36% 66C P2 56W / 70W| 4320MiB / 6138MiB | 30% Default | | | | N/A | +-----------------------------------------+----------------------+----------------------+ | 1 NVIDIA RTX A2000 On | 00000000:06:1B.0 Off | Off | | 37% 67C P2 54W / 70W| 4320MiB / 6138MiB | 32% Default | | | | N/A | +-----------------------------------------+----------------------+----------------------+ | 2 NVIDIA RTX A2000 On | 00000000:08:0D.0 Off | Off | | 43% 72C P2 68W / 70W| 4628MiB / 6138MiB | 33% Default | | | | N/A | +-----------------------------------------+----------------------+----------------------+