Announcement

Collapse
No announcement yet.

AMDGPU To Expose More Information About GPU Throttling Status

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • AMDGPU To Expose More Information About GPU Throttling Status

    Phoronix: AMDGPU To Expose More Information About GPU Throttling Status

    The AMD Radeon "AMDGPU" kernel driver for Linux is poised to report more graphics throttling status information to user-space...

    Phoronix, Linux Hardware Reviews, Linux hardware benchmarks, Linux server benchmarks, Linux benchmarking, Desktop Linux, Linux performance, Open Source graphics, Linux How To, Ubuntu benchmarks, Ubuntu hardware, Phoronix Test Suite

  • #2
    While cool, I'm sure most of us know what's throttling our Renoirs: DDR4

    Comment


    • #3
      /me crosses fingers that vega also gets this

      It'll be rather handy for profile tuning work!

      Comment


      • #4
        I wrote some python code to decode the GPU metrics values from sysfs, including the throttle status. There are different sets of values for the different GPU families, but i only could test it with one device so far.

        Please help with running the script on more devices, so i can improve the code.

        Here is the script: "amdgpu_metrics.py"
        Decode AMD GPU Metrics from SysFS. GitHub Gist: instantly share code, notes, and snippets.

        Comment

        Working...
        X