We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a78d285 commit ad3f8e0Copy full SHA for ad3f8e0
docs/how-to/hip_runtime_api/hipgraph.rst
@@ -14,6 +14,10 @@ method via streams. A HIP graph is made up of nodes and edges. The nodes of a
14
HIP graph represent the operations performed, while the edges mark dependencies
15
between those operations.
16
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
+
21
The nodes can be one of the following:
22
23
- empty nodes
0 commit comments