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

此提交包含在:
Gopesh Bhardwaj
2025-10-27 21:56:05 +05:30
提交者 GitHub
父節點 eb69a455ed
當前提交 1585fe59cd
共有 2 個檔案被更改,包括 10 行新增1 行删除
+5
查看文件
@@ -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
```
+5 -1
查看文件
@@ -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.