File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
sycl/doc/extensions/experimental Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -1977,6 +1977,16 @@ The command submission functions defined in
19771977link:../experimental/sycl_ext_oneapi_enqueue_functions.asciidoc[sycl_ext_oneapi_enqueue_functions]
19781978can 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
19821992Detailed code examples and usage guidelines are provided in the
You can’t perform that action at this time.
0 commit comments