Files
rocm-systems/CHANGELOG.md
T
Sam Wu 67dc4b0f2a [ROCDOC-95] Standardize documentation for ReadtheDocs
Apply the following changes to project documentation for ReadtheDocs:

add version number to documentation left navigation bar and page title
add an "About" section with a license page
enable htmlzip, pdf, epub formats when publishing on Read the Docs
set pdf title, author, copyright, and version
rename .sphinx/.doxygen to sphinx/doxygen
remove docBin from URL
update rocm-docs-core dependency
update dependabot config

Change-Id: Ife8c89a2e9323f436b3e54ef2a9e013c19b3b228
2024-01-11 17:47:58 -05:00

754 B

Change Log for ROCm SMI Library

Full documentation for rocm_smi_lib is available at https://docs.amd.com/.

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.