Skip to content

Commit b6df113

Browse files
committed
Clarify overview
1 parent ce271b4 commit b6df113

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

sycl/doc/extensions/proposed/sycl_ext_oneapi_reusable_events.asciidoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,9 @@ specification.*
6464
This extension adds the ability to reuse the same `event` object to track
6565
completion of multiple command submissions, rather than creating a new event for
6666
each submission.
67+
An `event` object is still only able to track one command at a time, but this
68+
extension allows an `event` to track a new command once the application no
69+
longer needs to track the previous one.
6770
This pattern may perform better on some implementations because fewer event
6871
objects need to be created and destroyed.
6972
This pattern may also be more familiar to users porting CUDA code to SYCL.

0 commit comments

Comments
 (0)