File tree 1 file changed +8
-0
lines changed
sycl/doc/extensions/experimental
1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -666,6 +666,14 @@ operation as the runtime can perform optimizations based on the graph
666
666
structure. After finalization the graph can be submitted for execution on a
667
667
queue one or more times with reduced overhead.
668
668
669
+ A `command_graph` can be submitted to both in-order and out-of-order queues. Any
670
+ dependencies between the graph and other command-groups submitted to the same
671
+ queue will be respected. However, the in-order and out-of-order properties of the
672
+ queue have no effect on how the graph itself is executed (e.g. the graph nodes
673
+ might execute out-of-order even when using an in-order queue). For further
674
+ information about the interaction between queues and graphs
675
+ <<Queue Class Modifications, see the section on Queue Class Modifications>>
676
+
669
677
==== Graph State
670
678
671
679
An instance of a `command_graph` object can be in one of two states:
You can’t perform that action at this time.
0 commit comments