Skip to content

Commit a8e5782

Browse files
committed
Clarify graph in-order and out-of-order properties
1 parent d0b2432 commit a8e5782

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

sycl/doc/extensions/experimental/sycl_ext_oneapi_graph.asciidoc

+8
Original file line numberDiff line numberDiff line change
@@ -666,6 +666,14 @@ operation as the runtime can perform optimizations based on the graph
666666
structure. After finalization the graph can be submitted for execution on a
667667
queue one or more times with reduced overhead.
668668

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+
669677
==== Graph State
670678

671679
An instance of a `command_graph` object can be in one of two states:

0 commit comments

Comments
 (0)