From 8bc511d401a98c6941a0d8c80191d2757c6ba6d2 Mon Sep 17 00:00:00 2001 From: Ewan Crawford Date: Tue, 6 Feb 2024 10:54:47 +0000 Subject: [PATCH] [SYCL][Graph] Remove expired limitations The merged PR https://github.com/intel/llvm/pull/11472 added support for `handler::fill` and `handler::memset` nodes in a graph, while merged PR https://github.com/intel/llvm/pull/11474 added support for `handler::prefetch` and `handler::mem_advise`. --- .../extensions/experimental/sycl_ext_oneapi_graph.asciidoc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/sycl/doc/extensions/experimental/sycl_ext_oneapi_graph.asciidoc b/sycl/doc/extensions/experimental/sycl_ext_oneapi_graph.asciidoc index 79f6472d76890..1220bbcb489b1 100644 --- a/sycl/doc/extensions/experimental/sycl_ext_oneapi_graph.asciidoc +++ b/sycl/doc/extensions/experimental/sycl_ext_oneapi_graph.asciidoc @@ -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