Skip to content

Commit f37d0c4

Browse files
author
Konrad Kusiak
committed
Modified sycl graphs docs to mention free function ext
1 parent 6b12135 commit f37d0c4

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

sycl/doc/extensions/experimental/sycl_ext_oneapi_graph.asciidoc

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ Jack Kirk, Codeplay +
5858
Ronan Keryell, AMD +
5959
Andrey Alekseenko, KTH Royal Institute of Technology +
6060
Fábio Mestre, Codeplay +
61+
Konrad Kusiak, Codeplay +
6162

6263
== Dependencies
6364

@@ -1979,10 +1980,16 @@ can be used adding nodes to a graph when creating a graph from queue recording.
19791980
New methods are also defined that enable submitting an executable graph,
19801981
e.g. directly to a queue without returning an event.
19811982

1983+
==== sycl_ext_oneapi_free_function_kernels
1984+
1985+
`sycl_ext_oneapi_free_function_kernels`, defined in
1986+
link:../proposed/sycl_ext_oneapi_free_function_kernels.asciidoc[sycl_ext_oneapi_free_function_kernels]
1987+
can be used with SYCL Graphs.
1988+
19821989
== Examples and Usage Guide
19831990

19841991
Detailed code examples and usage guidelines are provided in the
1985-
link:../../SYCLGraphUsageGuide.md[SYCL Graph Usage Guide].
1992+
link:../../syclgraph/SYCLGraphUsageGuide.md[SYCL Graph Usage Guide].
19861993

19871994
== Future Direction [[future-direction]]
19881995

0 commit comments

Comments
 (0)