Skip to content

Commit 6cf6a96

Browse files
author
Victor Lomuller
committed
document interaction of sycl_ext_oneapi_work_group_scratch_memory with sycl graph
1 parent c5f2ebb commit 6cf6a96

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

sycl/doc/extensions/experimental/sycl_ext_oneapi_graph.asciidoc

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1977,6 +1977,16 @@ The command submission functions defined in
19771977
link:../experimental/sycl_ext_oneapi_enqueue_functions.asciidoc[sycl_ext_oneapi_enqueue_functions]
19781978
can be used to add nodes to a graph when creating a graph from queue recording.
19791979

1980+
==== sycl_ext_oneapi_work_group_scratch_memory
1981+
1982+
The new property defined by
1983+
link:../experimental/sycl_ext_oneapi_work_group_scratch_memory.asciidoc[sycl_ext_oneapi_work_group_scratch_memory]
1984+
cannot be used in graph nodes. A synchronous exception will be thrown with error
1985+
code `invalid` if a user tries to add them to a graph.
1986+
1987+
Removing this restriction is something we may look at for future revisions of
1988+
`sycl_ext_oneapi_graph`.
1989+
19801990
== Examples and Usage Guide
19811991

19821992
Detailed code examples and usage guidelines are provided in the

0 commit comments

Comments
 (0)