[SWDEV-478576] Added Disclaimer for CLI Tool

Signed-off-by: Maisam Arif <Maisam.Arif@amd.com>
Change-Id: I3d432ac3f8c9663365921591d183a5d1f35c4707
Этот коммит содержится в:
Maisam Arif
2024-08-09 13:07:02 -05:00
родитель 40112f5b17
Коммит cec3e4c2a0
2 изменённых файлов: 4 добавлений и 0 удалений
+2
Просмотреть файл
@@ -1,5 +1,7 @@
# AMD SMI CLI Tool
**Disclaimer: CLI Tool is provided as example code to aid development of telemetry tools. Use of the Python or C++ Library is reccomended for a reliable source of data.**
This tool acts as a command line interface for manipulating
and monitoring the amdgpu kernel, and is intended to replace
and deprecate the existing rocm_smi CLI tool & gpuv-smi tool.
+2
Просмотреть файл
@@ -1,5 +1,7 @@
# Using AMD SMI Command Line Interface tool
**Disclaimer: CLI Tool is provided as example code to aid development of telemetry tools. Use of the Python or C++ Library is reccomended for a reliable source of data.**
AMD-SMI reports the version and current platform detected when running the command line interface (CLI) without arguments:
``` bash