Fix wrong call to executable (#2290)

Signed-off-by: Jan Stephan <jan.stephan@amd.com>
Esse commit está contido em:
Jan Stephan
2026-01-13 17:31:10 +01:00
commit de GitHub
commit 88584f3c0d
+1 -1
Ver Arquivo
@@ -332,7 +332,7 @@ Inside the ``build`` directory you will now generate a trace:
.. code-block:: bash
rocprofv3 -o streams -d outDir -f pftrace --hip-trace --kernel-trace --memory-copy-trace --memory-allocation-trace -- ./HIP-Doc/Tutorials/graph_api/src/hip_graph_api_tutorial_graph_creation
rocprofv3 -o streams -d outDir -f pftrace --hip-trace --kernel-trace --memory-copy-trace --memory-allocation-trace -- ./HIP-Doc/Tutorials/graph_api/src/hip_graph_api_tutorial_streams
.. note::
For more information on the ``rocprofv3`` tool, please refer to its