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 4de63e0 commit 0c06490Copy full SHA for 0c06490
docs/how-to/hip_runtime_api/hipgraph.rst
@@ -8,12 +8,6 @@
8
HIP graphs
9
********************************************************************************
10
11
-.. note::
12
- The HIP graph API is currently in Beta. Some features can change and might
13
- have outstanding issues. Not all features supported by CUDA graphs are yet
14
- supported. For a list of all currently supported functions see the
15
- :ref:`HIP graph API documentation<graph_management_reference>`.
16
-
17
HIP graphs are an alternative way of executing tasks on a GPU that can provide
18
performance benefits over launching kernels using the standard
19
method via streams. A HIP graph is made up of nodes and edges. The nodes of a
0 commit comments