Skip to content

Commit 8b66a0b

Browse files
committed
Add update exception for incorrect dependency
1 parent 2ec3600 commit 8b66a0b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sycl/doc/extensions/experimental/sycl_ext_oneapi_graph.asciidoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1253,6 +1253,8 @@ Exceptions:
12531253

12541254
** The number of nodes in the graph does not match.
12551255
** The number of edges between nodes does not match.
1256+
** Any node in `source` has a dependency which does not matched the paired node
1257+
in the target graph.
12561258

12571259
* Throws synchronously with error code `invalid` if `source` contains any node
12581260
which is not of the following `node_type`s:

0 commit comments

Comments
 (0)