Skip to content

gpu-smi v1.0.0 - portable single-exe for AMD

Choose a tag to compare

@Thenukegun10x Thenukegun10x released this 31 Aug 03:09
· 2 commits to main since this release

gpu-smi v1.0.0 - first release

Portable single-exe GPU SMI for AMD GPUs (Windows+Linux). AMD-compatible, unofficial.

Download: gpu-smi-windows-x64.exe (1.0MB) - just run, no installer, no ROCm SDK required.

Quick start:
gpu-smi-windows-x64.exe # table gpu-smi-windows-x64.exe --watch 1 # realtime gpu-smi-windows-x64.exe --json # JSON pipe gpu-smi-windows-x64.exe --serve 8080 # headless HTTP: curl http://127.0.0.1:8080/

Features:

  • Auto-discovery HIP (TheRock) -> ADL PMLog (temps/clocks/power/util) -> WMI -> sysfs
  • VRAM type autodetect DDR5/DDR4/LPDDR/GDDR5/HBM2/GDDR6 (not hardcoded)
  • --watch realtime, --serve headless API (GET / JSON, GET /metrics Prometheus)
  • Memory-safe Rust, self-contained (kernel32+VCRUNTIME140 only)

Build from source: cargo build --release

Disclaimer: Not affiliated with Advanced Micro Devices, Inc. AMD/Radeon are trademarks of AMD.

See README for Python/Node examples.