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>
This commit is contained in:
committed by
GitHub
parent
883a57ece7
commit
9dadbbace5
@@ -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 it’s 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
|
||||
------------------------------------
|
||||
|
||||
|
||||
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user