From d32bae0e8fd197aad75b5df2c9a89fbd7753431a Mon Sep 17 00:00:00 2001 From: "Pham, Gabriel" Date: Tue, 19 Aug 2025 19:02:50 -0500 Subject: [PATCH] Updated Changelog for updated temperature metrics API (#616) Signed-off-by: gabrpham_amdeng [ROCm/amdsmi commit: e6af86f44a3f596b2f3a2628ed71877fe61bdc98] --- projects/amdsmi/CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/projects/amdsmi/CHANGELOG.md b/projects/amdsmi/CHANGELOG.md index 6767bd8495..a644a77459 100644 --- a/projects/amdsmi/CHANGELOG.md +++ b/projects/amdsmi/CHANGELOG.md @@ -192,6 +192,11 @@ $ amd-smi - **Updated `amdsmi_bdf_t` in `amdsmi.h`**. - The `amdsmi_bdf_t` union was changed to have an identical unnamed struct for backwards compatiblity +- **Updated `amdsmi_get_temp_metric` and `amdsmi_temperature_type_t` with new values**. + - New values have added to `amdsmi_temperature_type_t` representing various baseboard and gpuboard temperature measures. + - `amdsmi_get_temp_metric` API has also been updated to be able to take in and return the respective values for the new + temperature types. + ### Removed - **Removed unnecessary API, `amdsmi_free_name_value_pairs(),` from amdsmi.h** @@ -371,7 +376,9 @@ $ amd-smi ### Upcoming changes -- N/A +- **`amd-smi metric` will also display gpuboard and baseboard temperatures**. + - This change is meant to follow the API change to amdsmi_get_temp_metric. If these measures are not available due + to hardware incompatibility, then they will simply not be displayed in the results when using the metric command. ### Known issues