2023-02-28 12:23:33 +01:00
2022-12-03 20:08:58 +01:00
2022-09-05 22:05:37 +02:00
2023-02-28 11:30:50 +01:00
2022-12-03 20:08:58 +01:00
2023-02-28 12:23:33 +01:00

GDDR6(X) GPU Memory Temperature reader for linux

Needs:

  • 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

Support

  • RTX 4090 (AD102)
  • RTX 3080 (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%