[Documentation] Repo location and limitation update (#1537)

This commit is contained in:
Gopesh Bhardwaj
2025-10-27 21:56:05 +05:30
zatwierdzone przez GitHub
rodzic eb69a455ed
commit 1585fe59cd
2 zmienionych plików z 10 dodań i 1 usunięć
+5
Wyświetl plik
@@ -130,3 +130,8 @@ Please report issues on GitHub OR send an email to <dl.ROCm-Profiler.support@amd
NUM_COMPUTE_UNITS: 28
TARGET_GRAPHICS_VERSION: gfx1102
```
- On `RHEL8.X` or similar distributions, there could be a missing dependency for `libsqlite3x-devel`. To workaround this for now, user can:
```bash
sudo dnf install libsqlite3x-devel
sudo ln -s /lib64/libsqlite3.so /usr/local/lib/libsqlite3.so
```
@@ -15,7 +15,11 @@ The ROCprofiler-SDK library provides runtime-independent APIs for tracing runtim
In summary, ROCprofiler-SDK combines `ROCProfiler <https://rocm.docs.amd.com/projects/rocprofiler/en/latest/index.html>`_ and `ROCTracer <https://rocm.docs.amd.com/projects/roctracer/en/latest/index.html>`_.
You can utilize the ROCprofiler-SDK to develop a tool for profiling and tracing HIP applications on ROCm software.
The code is open and hosted at `<https://github.com/ROCm/rocprofiler-sdk>`_.
The code is open source and hosted at `<https://github.com/ROCm/rocm-systems/tree/develop/projects/rocprofiler-sdk>`_.
.. note::
The ROCprofiler-SDK repository for ROCm 7.0 and earlier is located at `<https://github.com/ROCm/rocprofiler-sdk>`_.
ROCprofiler-SDK uses a companion library called `AQLprofile <https://rocm.docs.amd.com/projects/aqlprofile/en/latest/index.html>`__ that generates profiling command packets (AQL/PM4) for performance counters and SQ thread trace. See the `AQLprofile docs <https://rocm.docs.amd.com/projects/aqlprofile/en/latest/index.html>`__ for more info.