Skip to content

Commit ad3f8e0

Browse files
committed
Add link to HIP Graph API tutorial
Signed-off-by: Jan Stephan <jan.stephan@amd.com>
1 parent a78d285 commit ad3f8e0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/how-to/hip_runtime_api/hipgraph.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ method via streams. A HIP graph is made up of nodes and edges. The nodes of a
1414
HIP graph represent the operations performed, while the edges mark dependencies
1515
between those operations.
1616

17+
.. hint::
18+
The :ref:`HIP Graph API tutorial <hip_graph_api_tutorial>` demonstrates how
19+
to use HIP graphs in a real-world application.
20+
1721
The nodes can be one of the following:
1822

1923
- empty nodes

0 commit comments

Comments
 (0)