f8b8347627
Features added: - [SWDEV-475244] Add new interface to get max memory bandwidth Updated API: amdsmi_get_gpu_vram_info Updated: struct amdsmi_vram_info_t to include vram_max_bandwidth CLI: amd-smi static --vram - [SWDEV-488349] Add new interface for XGMI link status New API: amdsmi_get_gpu_xgmi_link_status CLI: amd-smi xgmi --link-status Signed-off-by: Juan Castillo <juan.castillo@amd.com> Change-Id: I1aa35b741136eb4f02f7ea9a95b865886273eb72
AMD SMI CLI tool
A command line tool for manipulating and monitoring the amdgpu kernel;
amd-smi is intended to replace and deprecate the existing
rocm-smi CLI tool.
When using the CLI tool, you should have at least one AMD GPU and the driver installed.
Note
The AMD SMI CLI tool is provided as an example code to aid the development of telemetry tools. The Python or C++ library is recommended as a robust data source.
Find the documentation in the docs/ directory.
Online documentation
Explore the latest documentation on the ROCm documentation portal.