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