Skip to content

Commit 87b55fd

Browse files
authored
[SYCL][Graph] Remove expired limitations from specification (intel#12618)
The merged PR intel#11472 added support for `handler::fill` and `handler::memset` nodes in a graph, while merged PR intel#11474 added support for `handler::prefetch` and `handler::mem_advise`. Remove mentions of these as limitations from the specification, as they are now supported.
1 parent d795d73 commit 87b55fd

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

sycl/doc/extensions/experimental/sycl_ext_oneapi_graph.asciidoc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1823,10 +1823,6 @@ or layered as a separate extension proposal.
18231823
The following features are not yet supported, and an exception will be thrown
18241824
if used in application code.
18251825

1826-
. Using `handler::fill` in a graph node implemented for USM only.
1827-
. Using `handler::memset` in a graph node.
1828-
. Using `handler::prefetch` in a graph node.
1829-
. Using `handler::memadvise` in a graph node.
18301826
. Using reductions in a graph node.
18311827
. Using sycl streams in a graph node.
18321828
. Profiling an event returned from graph submission with

0 commit comments

Comments
 (0)