Skip to content

feat: add AMD Linux GPU monitoring support (pyamdgpuinfo/sysfs fallback)#278

Open
ProOrNoob wants to merge 1 commit into
crystian:mainfrom
ProOrNoob:amd-linux-support
Open

feat: add AMD Linux GPU monitoring support (pyamdgpuinfo/sysfs fallback)#278
ProOrNoob wants to merge 1 commit into
crystian:mainfrom
ProOrNoob:amd-linux-support

Conversation

@ProOrNoob

Copy link
Copy Markdown

AMD Linux GPU Monitoring Support

Adds GPU monitoring for AMD cards on Linux without requiring extra dependencies.

Backends (priority order):

  1. pynvml — NVIDIA (unchanged)
  2. pyrsmi — AMD ROCm
  3. pyamdgpuinfo — AMD via amdgpu driver
  4. sysfs fallback — reads /sys/class/drm directly, no extra libs needed

Tested on:

  • RX 6600 (RDNA2/gfx1032)
  • ROCm 7.2 / Debian Linux

Notes:

  • NVIDIA users unaffected (pynvml path unchanged)
  • sysfs fallback works with just the kernel amdgpu driver

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant