We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce271b4 commit b6df113Copy full SHA for b6df113
sycl/doc/extensions/proposed/sycl_ext_oneapi_reusable_events.asciidoc
@@ -64,6 +64,9 @@ specification.*
64
This extension adds the ability to reuse the same `event` object to track
65
completion of multiple command submissions, rather than creating a new event for
66
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.
70
This pattern may perform better on some implementations because fewer event
71
objects need to be created and destroyed.
72
This pattern may also be more familiar to users porting CUDA code to SYCL.
0 commit comments