Skip to content

Commit ffc0de0

Browse files
authored
[SYCL][Graph][Doc] Remove outdated limitation from spec (#13163)
Merged PR #11324 introduced the ability to profile an executable graph submission. However, the specification limitation section was not updated to reflect this, which is addressed in this PR.
1 parent 4d2198e commit ffc0de0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

sycl/doc/extensions/experimental/sycl_ext_oneapi_graph.asciidoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1881,8 +1881,6 @@ if used in application code.
18811881

18821882
. Using reductions in a graph node.
18831883
. Using sycl streams in a graph node.
1884-
. Profiling an event returned from graph submission with
1885-
`event::get_profiling_info()`.
18861884
. Synchronization between multiple executions of the same command-buffer
18871885
must be handled in the host for level-zero backend, which may involve
18881886
extra latency for subsequent submissions.

0 commit comments

Comments
 (0)