e56a809946
Change-Id: Ieaba84992a8cbd185f4c2d1dc36a175c0429b754
[ROCm/rdc commit: a865793b70]
35 строки
1.2 KiB
ReStructuredText
35 строки
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 |