diff --git a/projects/amdsmi/CHANGELOG.md b/projects/amdsmi/CHANGELOG.md index 91d5f8dd9c..37513075c0 100644 --- a/projects/amdsmi/CHANGELOG.md +++ b/projects/amdsmi/CHANGELOG.md @@ -1,26 +1,39 @@ -# Change Log for ROCm SMI Library +# Change Log for AMD SMI Library -Full documentation for rocm_smi_lib is available at [https://docs.amd.com/](https://rocm.docs.amd.com/projects/rocm_smi_lib/en/latest/). +Full documentation for amd_smi_lib is available at [https://docs.amd.com/](https://rocm.docs.amd.com/projects/amdsmi/en/latest/). -## rocm_smi_lib for ROCm 5.5.0 - -### Optimizations - -- Add new test to measure api execution time. -- Remove the shared mutex if no process is using it. +## amd_smi_lib for ROCm 6.0.0 ### Added -- ROCm SMI CLI: Add --showtempgraph Feature. +- **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. + +- **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. + ### Changed -- Relying on vendor ID to detect AMDGPU. -- Change pragma message to warning for backward compatibility. +- **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 ### Fixed -- Fix --showproductname when device's SKU cannot be parsed out of the VBIOS string. -- Fix compile error: ‘memcpy’ was not declared. -- Fix order of CE and UE reporting in ROCm SMI CLI. -- Handle error return value from ReadSysfsStr function. +- **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