Syllo / nvtop

GPU & Accelerator process monitoring for AMD, Apple, Huawei, Intel, NVIDIA and Qualcomm
Other
7.7k stars 282 forks source link

Include GDDR6(X) VRAM temperatures #246

Closed Bengt closed 4 months ago

Bengt commented 8 months ago

There is now a utility for reading VRAM temperatures under Linux:

https://github.com/olealgoritme/gddr6

Include this data in the nvtop, please.

hssandriss commented 5 months ago

+1

Syllo commented 4 months ago

Looking at the code, it seems that it's directly poking into the kernel memory, which is not something I will implement since it could change at any driver version update and requires root privileges to even get access to.