From cec3e4c2a035b5eae89bee9ca07cfe5a8df2e952 Mon Sep 17 00:00:00 2001 From: Maisam Arif Date: Fri, 9 Aug 2024 13:07:02 -0500 Subject: [PATCH] [SWDEV-478576] Added Disclaimer for CLI Tool Signed-off-by: Maisam Arif Change-Id: I3d432ac3f8c9663365921591d183a5d1f35c4707 --- amdsmi_cli/README.md | 2 ++ docs/how-to/using-AMD-SMI-CLI-tool.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/amdsmi_cli/README.md b/amdsmi_cli/README.md index 7ae27c8df8..9c35f8a064 100644 --- a/amdsmi_cli/README.md +++ b/amdsmi_cli/README.md @@ -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. diff --git a/docs/how-to/using-AMD-SMI-CLI-tool.md b/docs/how-to/using-AMD-SMI-CLI-tool.md index 952d15bf49..33d9e1834f 100644 --- a/docs/how-to/using-AMD-SMI-CLI-tool.md +++ b/docs/how-to/using-AMD-SMI-CLI-tool.md @@ -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