Files
rocm-systems/CHANGELOG.md
T

27 lines
754 B
Markdown
Raw Normal View History

2023-02-21 14:27:55 -06:00
# Change Log for ROCm 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/).
2023-02-21 14:27:55 -06:00
## rocm_smi_lib for ROCm 5.5.0
### Optimizations
2023-02-21 14:27:55 -06:00
- Add new test to measure api execution time.
- Remove the shared mutex if no process is using it.
### Added
2023-02-21 14:27:55 -06:00
- ROCm SMI CLI: Add --showtempgraph Feature.
### Changed
2023-02-21 14:27:55 -06:00
- Relying on vendor ID to detect AMDGPU.
- Change pragma message to warning for backward compatibility.
### Fixed
2023-02-21 14:27:55 -06:00
- 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.