Adding doc links for trace decoder, aqlprofile and viewer (#464)

Adding interlinks for trace decoder, aqlprofile and viewer

Co-authored-by: Giovanni Baraldi <gbaraldi@amd.com>
Co-authored-by: Bhardwaj, Gopesh <Gopesh.Bhardwaj@amd.com>

[ROCm/rocprofiler-sdk commit: 9dadbbace5]
Этот коммит содержится в:
Baraldi, Giovanni
2025-06-18 14:10:18 +02:00
коммит произвёл GitHub
родитель 8de9854a62
Коммит 0ea9dbf7a8
2 изменённых файлов: 14 добавлений и 4 удалений
+4
Просмотреть файл
@@ -15,6 +15,10 @@ ROCprofiler-SDK provides wrapper APIs for the ROCprof Trace Decoder, a library t
Thread trace can generate large amounts of data, especially when profiling complex applications or longer execution runs. This might require handling potentially high volumes of trace data, so its recommended to implement appropriate filtering strategies to focus on the specific parts of interest in your application.
.. note::
ROCprof Trace Decoder is a binary-only library and can be found `here <https://github.com/ROCm/rocprof-trace-decoder/releases>`_.
Thread trace service API
------------------------------------
+10 -4
Просмотреть файл
@@ -35,11 +35,17 @@ Tracing and decoding is handled by ``rocprofv3`` while visualization is handled
Prerequisites
=========
- aqlprofile for ROCm 7.0+
- aqlprofile:
* ROCm 7.x build, or
* Early release can be `built from source <https://github.com/rocm/aqlprofile>`_
* Otherwise, ``rocprofv3`` throws error "INVALID_SHADER_DATA" or "Agent not supported".
- Installation of ROCprof Trace Decoder component. For binary files, see `ROCprof trace decoder release page <https://github.com/ROCm/rocprof-trace-decoder/releases>`_.
- Installation of ROCprof Trace Decoder component:
* For binary files, see `ROCprof trace decoder release page <https://github.com/ROCm/rocprof-trace-decoder/releases>`_.
* Default location is ``/opt/rocm/lib``
@@ -147,7 +153,7 @@ After the application finishes executing, ROCprof Trace Decoder runs automatical
* Contains detailed tracing information in the form of .json files.
* This directory can be opened using ROCprof Compute Viewer.
* This directory can be opened using the `ROCprof Compute Viewer <https://rocm.docs.amd.com/projects/rocprof-compute-viewer/en/amd-mainline/>`_.
- Raw files: