Skip to content

Commit a66a57e

Browse files
j-stephansystems-assistant[bot]
authored andcommitted
Fix graph API binary paths
Signed-off-by: Jan Stephan <jan.stephan@amd.com> [rocm-systems] ROCm/rocm-systems#2884 (commit 20a7459)
1 parent 348c1aa commit a66a57e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/tutorial/graph_api.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ Inside the ``build`` directory you will now generate a trace:
332332

333333
.. code-block:: bash
334334
335-
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
335+
rocprofv3 -o streams -d outDir -f pftrace --hip-trace --kernel-trace --memory-copy-trace --memory-allocation-trace -- ./bin/hip_graph_api_tutorial_streams
336336
337337
.. note::
338338
For more information on the ``rocprofv3`` tool, please refer to its
@@ -464,7 +464,7 @@ this change and generate another trace:
464464

465465
.. code-block:: bash
466466
467-
rocprofv3 -o graph_capture -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_capture
467+
rocprofv3 -o graph_capture -d outDir -f pftrace --hip-trace --kernel-trace --memory-copy-trace --memory-allocation-trace -- ./bin/hip_graph_api_tutorial_graph_capture
468468
469469
Analyzing the trace
470470
-------------------
@@ -599,7 +599,7 @@ another trace:
599599

600600
.. code-block:: bash
601601
602-
rocprofv3 -o graph_creation -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
602+
rocprofv3 -o graph_creation -d outDir -f pftrace --hip-trace --kernel-trace --memory-copy-trace --memory-allocation-trace -- ./bin/hip_graph_api_tutorial_graph_creation
603603
604604
Analyzing the trace
605605
-------------------

0 commit comments

Comments
 (0)