amdtop v0.2.2
amdtop 0.2.2 is the first release published on crates.io under the amdtop name.
Install it with:
cargo install amdtop --lockedChanged
- Sort physical GPUs by PCI BDF so amdtop numbering is deterministic and agrees with
rocm-smi/rocminfophysical ordering. - Document the distinction between system-wide GPU indices and
HIP_VISIBLE_DEVICES/ROCR_VISIBLE_DEVICESprocess-local mappings. - Pin
libamdgpu_topto 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=0to 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.