Skip to content

Commit 948051b

Browse files
guoyejunEwanC
andcommitted
Update sycl/doc/extensions/experimental/sycl_ext_oneapi_graph.asciidoc
Co-authored-by: Ewan Crawford <[email protected]>
1 parent 3e29ba4 commit 948051b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sycl/doc/extensions/experimental/sycl_ext_oneapi_graph.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -283,8 +283,8 @@ create an edge, it must be an event returned from a queue
283283
submission captured by the same graph. Otherwise, a synchronous error will be
284284
thrown with error code `invalid`. `handler::depends_on()` can be
285285
used to express edges when a user is working with USM memory rather than SYCL
286-
buffers. Thirdly, for graph recorded with in-order queue, an edge is added
287-
automatically between two sequential command groups.
286+
buffers. Thirdly, for a graph recorded with an in-order queue, an edge is added
287+
automatically between two sequential command groups submitted to the in-order queue.
288288
|===
289289

290290
==== Sub-Graph

0 commit comments

Comments
 (0)