Fix wrong call to executable (#2290)

Signed-off-by: Jan Stephan <jan.stephan@amd.com>
This commit is contained in:
Jan Stephan
2026-01-13 17:31:10 +01:00
zatwierdzone przez GitHub
rodzic 9425a2f687
commit 88584f3c0d
@@ -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