Files
ROCm/docs/reference/compilers-tools/management-tools.md
2023-09-18 12:26:31 -06:00

35 lines
1.3 KiB
Markdown

# Management tools
:::::{grid} 1 1 3 3
:gutter: 1
:::{grid-item-card} {doc}`AMD SMI <amdsmi:index>`
The AMD System Management Interface Library, or AMD SMI library, is a C library for Linux that provides a user space interface for applications to monitor and control AMD devices.
* [GitHub](https://github.com/RadeonOpenCompute/amdsmi)
* [Examples](https://github.com/amd/go_amd_smi#example)
:::
:::{grid-item-card} {doc}`ROCm SMI LIB <rocm_smi_lib:index>`
This tool acts as a command-line interface (CLI) for manipulating and monitoring the AMD GPU kernel, and is intended to replace and deprecate the existing `rocm_smi.py` CLI tool. It uses `ctypes` to call the `rocm_smi_lib` API.
* [GitHub](https://github.com/RadeonOpenCompute/rocm_smi_lib)
* [Examples](https://github.com/RadeonOpenCompute/rocm_smi_lib/tree/master/python_smi_tools)
:::
:::{grid-item-card} {doc}`ROCm Data Center Tool <rdc:index>`
The ROCm™ Data Center Tool simplifies the administration and addresses key infrastructure challenges in AMD GPUs in cluster and data center environments.
* [GitHub](https://github.com/RadeonOpenCompute/rdc)
* [Changelog](https://github.com/RadeonOpenCompute/rdc/blob/master/CHANGELOG.md)
* [Examples](https://github.com/RadeonOpenCompute/rdc/tree/master/example)
:::
:::::