File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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-------------------
You can’t perform that action at this time.
0 commit comments