Files
rocm-systems/projects/rdc/docs/Conceptual/components.rst
T
systems-assistant[bot] c2312be1a2 Add 'projects/rdc/' from commit '5ae7eeb3550d4cb14cbc31d3022e545b054f1ad1'
git-subtree-dir: projects/rdc
git-subtree-mainline: a68afa42a1
git-subtree-split: 5ae7eeb355
2025-07-22 22:52:37 +00:00

35 řádky
1.2 KiB
ReStructuredText

.. meta::
:description: documentation of the installation, configuration, and use of the ROCm Data Center tool
:keywords: ROCm Data Center tool, RDC, ROCm, API, reference, data type, support
.. _components:
***************
RDC components
***************
The components of the RDC tool are illustrated in the following figure.
.. figure:: ../data/install_components.png
High-level diagram of RDC components
RDC (API) library
-----------------
This library is the central piece, which interacts with different modules and provides all the features described. This shared library provides C API and Python bindings so that third-party tools should be able to use it directly if required.
RDC daemon (``rdcd``)
---------------------
The ``rdcd`` daemon records telemetry information from GPUs. It also provides an interface to RDC command-line tool (``rdci``) running locally or remotely. It relies on the above RDC Library for all the core features.
RDC command-line tool (``rdci``)
--------------------------------
A command-line tool to invoke all the features of the RDC tool. This CLI can be run locally or remotely.
AMDSMI library
--------------
A stateless system management library that provides low-level interfaces to access GPU information