2
0

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

Este cometimento está contido em:
Gopesh Bhardwaj
2025-10-27 21:56:05 +05:30
cometido por GitHub
ascendente eb69a455ed
cometimento 1585fe59cd
2 ficheiros modificados com 10 adições e 1 eliminações
+5 -1
Ver ficheiro
@@ -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.