2024-01-19 15:31:39 -06:00
|
|
|
# Change Log for AMD SMI Library
|
2023-02-21 14:27:55 -06:00
|
|
|
|
2024-01-19 15:31:39 -06:00
|
|
|
Full documentation for amd_smi_lib is available at [https://docs.amd.com/](https://rocm.docs.amd.com/projects/amdsmi/en/latest/).
|
2023-02-21 14:27:55 -06:00
|
|
|
|
2024-01-19 15:31:39 -06:00
|
|
|
## amd_smi_lib for ROCm 6.0.0
|
2023-02-21 14:27:55 -06:00
|
|
|
|
2024-01-19 15:31:39 -06:00
|
|
|
### Added
|
2024-01-19 02:45:37 -06:00
|
|
|
|
2024-01-19 15:31:39 -06:00
|
|
|
- **Integrated the E-SMI (EPYC-SMI) library**
|
|
|
|
|
You can now query CPU-related information directly through AMD SMI. Metrics include power, energy, performance, and other system details.
|
2023-02-21 14:27:55 -06:00
|
|
|
|
2024-01-19 15:31:39 -06:00
|
|
|
- **Added support for gfx942 metrics**
|
|
|
|
|
You can now query MI300 device metrics to get real-time information. Metrics include power, temperature, energy, and performance.
|
|
|
|
|
|
|
|
|
|
- **Compute and memory partition support**
|
|
|
|
|
Users can now view, set, and reset partitions. The topology display can provide a more in-depth look at the device's current configuration.
|
2024-01-19 02:45:37 -06:00
|
|
|
|
2023-02-21 14:27:55 -06:00
|
|
|
|
|
|
|
|
### Changed
|
2024-01-19 02:45:37 -06:00
|
|
|
|
2024-01-19 15:31:39 -06:00
|
|
|
- **GPU index sorting made consistent with other tools**
|
|
|
|
|
To ensure alignment with other ROCm software tools, GPU index sorting is optimized to use Bus:Device.Function (BDF) rather than the card number.
|
|
|
|
|
- **Topology output is now aligned with GPU BDF table**
|
|
|
|
|
Earlier versions of the topology output were difficult to read since each GPU was displayed linearly.
|
|
|
|
|
Now the information is displayed as a table by each GPU's BDF, which closer resembles rocm-smi output.
|
|
|
|
|
|
|
|
|
|
### Optimizations
|
|
|
|
|
|
|
|
|
|
- N/A
|
2023-02-21 14:27:55 -06:00
|
|
|
|
|
|
|
|
### Fixed
|
2024-01-19 02:45:37 -06:00
|
|
|
|
2024-01-19 15:31:39 -06:00
|
|
|
- **Fix for driver not initialized**
|
|
|
|
|
If driver module is not loaded, user retrieve error reponse indicating amdgpu module is not loaded.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Known Issues
|
|
|
|
|
|
|
|
|
|
- N/A
|