Python bindings for AMD ROCm System Management Interface (SMI). Provides programmatic access to AMD GPU metrics such as temperature, power, memory usage, and PCIe status. Current version 1.1.0, released April 2025. Active development, monthly releases.
pip install pyrsmiNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize RSMI, enumerate AMD GPUs, print their current temperatures, and shutdown.
Wrap usage with init/shutdown calls, or use context manager if available.
Always use 0 for default initialization.
Check return status (0 == RSMI_STATUS_SUCCESS) after each call.
Verify GPU compatibility at https://rocm.docs.amd.com/en/latest/release/gpu_os_support.html
No dependency data recorded yet.