Skip to content

Commit

Permalink
[SYCL][Graph] Remove expired limitations from specification (#12618)
Browse files Browse the repository at this point in the history
The merged PR #11472 added support for
`handler::fill` and `handler::memset` nodes in a graph, while merged PR
#11474 added support for
`handler::prefetch` and `handler::mem_advise`. Remove mentions of these
as limitations from the specification, as they are now supported.
  • Loading branch information
EwanC authored Feb 7, 2024
1 parent d795d73 commit 87b55fd
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1823,10 +1823,6 @@ or layered as a separate extension proposal.
The following features are not yet supported, and an exception will be thrown
if used in application code.

. Using `handler::fill` in a graph node implemented for USM only.
. Using `handler::memset` in a graph node.
. Using `handler::prefetch` in a graph node.
. Using `handler::memadvise` in a graph node.
. Using reductions in a graph node.
. Using sycl streams in a graph node.
. Profiling an event returned from graph submission with
Expand Down

0 comments on commit 87b55fd

Please sign in to comment.