mirror of
https://github.com/ROCm/ROCm.git
synced 2026-04-05 03:01:17 -04:00
* Update Links (#2240) * update link to PCIe Gen 4 pdf * fix broken links * remove references to broken links * fix spelling of data center * Fixing HIP link (#2236) * Swati develop (#2245) * Added deleted sections to openmp.md and other improvements * Update openmp.md Tagged `ICV` * Solving indiscrepencies in openmp.md There are apparently differences in the published document and information conveyed by the Dev. Fixed it. * add new words to wordlist --------- Co-authored-by: Sam Wu <sam.wu2@amd.com> * fix rocm_smi_lib link in toc (#2260) * ROCm FHS Reorganization, Backward Compatibility, and Versioning - rev (#2255) * update requirements --------- Co-authored-by: Saad Rahim <44449863+saadrahim@users.noreply.github.com> Co-authored-by: srawat <120587655+SwRaw@users.noreply.github.com> Co-authored-by: Ehud Sharlin <112672820+Ehud-Sharlin@users.noreply.github.com>
31 lines
1.1 KiB
Markdown
31 lines
1.1 KiB
Markdown
# Management Tools
|
|
|
|
:::::{grid} 1 1 3 3
|
|
:gutter: 1
|
|
|
|
:::{grid-item-card} AMD SMI
|
|
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} ROCm SMI
|
|
This tool acts as a command line interface 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} ROCm Data Center Tool
|
|
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)
|
|
- [Examples](https://github.com/RadeonOpenCompute/rdc/tree/master/example)
|
|
|
|
:::
|
|
|
|
:::::
|