Skip to content

Commit 0c06490

Browse files
committed
Update hipgraph.rst
Remove Beta warning on hipGRAPH topic
1 parent 4de63e0 commit 0c06490

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

docs/how-to/hip_runtime_api/hipgraph.rst

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,6 @@
88
HIP graphs
99
********************************************************************************
1010

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-
1711
HIP graphs are an alternative way of executing tasks on a GPU that can provide
1812
performance benefits over launching kernels using the standard
1913
method via streams. A HIP graph is made up of nodes and edges. The nodes of a

0 commit comments

Comments
 (0)