Updated Changelog for updated temperature metrics API (#616)

Signed-off-by: gabrpham_amdeng <Gabriel.Pham@amd.com>

[ROCm/amdsmi commit: e6af86f44a]
이 커밋은 다음에 포함됨:
Pham, Gabriel
2025-08-19 19:02:50 -05:00
커밋한 사람 GitHub
부모 678972b8ec
커밋 d32bae0e8f
+8 -1
파일 보기
@@ -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