diff --git a/projects/hip/docs/tutorial/graph_api.rst b/projects/hip/docs/tutorial/graph_api.rst index ac36360046..8501860259 100644 --- a/projects/hip/docs/tutorial/graph_api.rst +++ b/projects/hip/docs/tutorial/graph_api.rst @@ -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_streams + rocprofv3 -o streams -d outDir -f pftrace --hip-trace --kernel-trace --memory-copy-trace --memory-allocation-trace -- ./bin/hip_graph_api_tutorial_streams .. note:: For more information on the ``rocprofv3`` tool, please refer to its @@ -464,7 +464,7 @@ this change and generate another trace: .. code-block:: bash - 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 + 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 Analyzing the trace ------------------- @@ -599,7 +599,7 @@ another trace: .. code-block:: bash - 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 + 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 Analyzing the trace -------------------