2023-05-13 19:28:01 +02:00
2023-03-01 11:43:35 +01:00
2022-09-05 22:05:37 +02:00
2023-05-13 19:28:01 +02:00
.
2023-03-02 13:08:09 +01:00
2023-05-02 21:55:58 +02:00

GDDR6(X) GPU Memory Temperature reader for linux

Reads GDDR6 VRAM memory temperature from an NVIDIA GPU. These findings are based on reverse engineering of the NVIDIA GPU Linux driver.

Dependencies

  • libpciaccess-dev and libpci-dev
sudo apt install libpciaccess-dev libpci-dev -y
  • Kernel boot parameter: iomem=relaxed
sudo vim /etc/default/grub
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash iomem=relaxed"
sudo update-grub
sudo reboot

Tested

  • RTX 4090 (AD102)
  • RTX 3090 (GA102)
  • RTX 3070 (GA104)

Description
olealgoritme/gddr6 for arch
Readme 6.4 MiB
Languages
C 82%
Shell 7.1%
CMake 6.3%
Nix 4.6%