From 20a745962f162422e7c1df27fb0fa96798f61d71 Mon Sep 17 00:00:00 2001 From: Jan Stephan Date: Fri, 30 Jan 2026 10:51:37 +0100 Subject: [PATCH] Fix graph API binary paths (#2884) Signed-off-by: Jan Stephan --- projects/hip/docs/tutorial/graph_api.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -------------------