Skip to content

amdtop v0.2.2

Choose a tag to compare

@lhl lhl released this 19 Jul 09:24
· 24 commits to main since this release

amdtop 0.2.2 is the first release published on crates.io under the amdtop name.

Install it with:

cargo install amdtop --locked

Changed

  • Sort physical GPUs by PCI BDF so amdtop numbering is deterministic and agrees with rocm-smi/rocminfo physical ordering.
  • Document the distinction between system-wide GPU indices and HIP_VISIBLE_DEVICES/ROCR_VISIBLE_DEVICES process-local mappings.
  • Pin libamdgpu_top to the reviewed 0.11.5 release so backend behavior cannot change without an amdtop update.

Fixed

  • Keep discrete-GPU device handles open by default to prevent utilization, clocks, and sensors from becoming stuck at idle after low-power transitions or system sleep. Set AGT_NO_DROP=0 to restore runtime D3Hot behavior.
  • Fall back to the driver's default power limit when it reports a zero current cap, rather than displaying 0W.
  • Refresh the screenshot with corrected GPU ordering and live sensors for both test GPUs.

See the README for requirements, configuration, and usage details.