Files
rocm-systems/amdsmi_cli/README.md
T
Peter Park e196f98dba docs: Remove redundant/stale docs
bump rocm-docs-core to 1.8.2

rm unused files

rm stale docs

fix sphinx conf

reorg docs

SWDEV-482203 -- add note to usage guides

update readmes

Change-Id: I9e0111ac8fe2a691ac964b27436ba47747c27904
Signed-off-by: Peter Park <Peter.Park@amd.com>
2024-11-11 16:49:17 -04:00

29 строки
989 B
Markdown

# 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`](https://github.com/rocm/rocm_smi_lib) 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.
- [Install AMD SMI](../docs/install/install.md)
- [About the tool and how to get started](../docs/how-to/amdsmi-cli-tool.md)
## Online documentation
Explore the latest documentation on the [ROCm documentation
portal](https://rocm.docs.amd.com/projects/en/latest/index.html).
- [Install AMD SMI](https://rocm.docs.amd.com/projects/en/latest/install/install.html)
- [CLI tool usage](https://rocm.docs.amd.com/projects/en/latest/how-to/amdsmi-cli-tool.html).