[rdc] Replace readme link rdc -> rocm-systems/projects/rdc (#1758)

Signed-off-by: Galantsev, Dmitrii <dmitrii.galantsev@amd.com>
This commit is contained in:
Swati Rawat
2025-11-14 17:49:26 +05:30
committed by GitHub
parent 738bf16008
commit cb257ab9f7
8 changed files with 20 additions and 16 deletions
+5 -1
View File
@@ -16,7 +16,11 @@ Here are the main RDC features:
* Integration with third-party tools
* Open source
The code is open and hosted at `<https://github.com/ROCm/rdc>`_.
The code is open and hosted at `<https://github.com/ROCm/rocm-systems/tree/develop/projects/rdc>`_.
.. note::
The RDC repository for ROCm 7.0 and earlier is located at `<https://github.com/ROCm/rdc>`_.
.. grid:: 2
:gutter: 3
+3 -3
View File
@@ -18,8 +18,8 @@ To build and install, clone the RDC source code from GitHub and use CMake.
.. code-block:: shell
$ git clone <GitHub for RDC>
$ cd rdc
$ git clone 'https://github.com/ROCm/rocm-systems' --recursive
$ cd rocm-systems/projects/rdc
$ mkdir -p build; cd build
$ cmake -DROCM_DIR=/opt/rocm -DGRPC_ROOT="$GRPC_PROTOC_ROOT"..
$ make
@@ -44,7 +44,7 @@ Build Unit Tests for RDC Tool
.. code-block:: shell
$ cd rdc/tests/rdc_tests
$ cd rocm-systems/projects/rdc/tests/rdc_tests
$ mkdir -p build; cd build
$ cmake -DROCM_DIR=/opt/rocm -DGRPC_ROOT="$GRPC_PROTOC_ROOT"..
$ make
+2 -2
View File
@@ -87,8 +87,8 @@ Build RDC
.. code-block:: shell
git clone https://github.com/ROCm/rdc
cd rdc
git clone https://github.com/ROCm/rocm-systems --recursive
cd rocm-systems/projects/rdc
2. Configure the build:
@@ -8,7 +8,7 @@
Job stats sample code
**********************
The following pseudocode shows how RDC API can be directly used to record GPU statistics associated with any job or workload. Refer to the `example code <https://github.com/ROCm/rdc/tree/amd-staging/example>`_ on how to build it.
The following pseudocode shows how RDC API can be directly used to record GPU statistics associated with any job or workload. Refer to the `example code <https://github.com/ROCm/rocm-systems/tree/develop/projects/rdc/example>`_ on how to build it.
For more information on Job stats, see :ref:`Job stats <job-stats>`.