From 84882db8fc4e7796580d5c7527d5cf3080080fcf Mon Sep 17 00:00:00 2001 From: "Bill(Shuzhou) Liu" Date: Tue, 21 Feb 2023 14:27:55 -0600 Subject: [PATCH] Use Unified Changelog Template The CHANGELOG.md is added to track changes. Change-Id: I33547cb7f1596b4b8abf206aebdd664649d4d19f [ROCm/rocm_smi_lib commit: b40933b895c86d1a4a118eab1d9c6dbe9ccedb14] --- projects/rocm-smi-lib/CHANGELOG.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 projects/rocm-smi-lib/CHANGELOG.md diff --git a/projects/rocm-smi-lib/CHANGELOG.md b/projects/rocm-smi-lib/CHANGELOG.md new file mode 100644 index 0000000000..381efe9b17 --- /dev/null +++ b/projects/rocm-smi-lib/CHANGELOG.md @@ -0,0 +1,22 @@ +# Change Log for ROCm SMI Library + +Full documentation for rocm_smi_lib is available at [https://docs.amd.com/](https://docs.amd.com/category/SMI%20API%20Guides). + +## 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. + +### Added +- ROCm SMI CLI: Add --showtempgraph Feature. + +### Changed +- Relying on vendor ID to detect AMDGPU. +- Change pragma message to warning for backward compatibility. + +### 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.