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 e583304 commit 95e9e39Copy full SHA for 95e9e39
sycl/source/detail/queue_impl.hpp
@@ -400,7 +400,9 @@ class queue_impl {
400
401
void initHostTaskAndEventCallbackThreadPool();
402
403
- /// Stores a USM operation event that should be associated with the queue
+ /// queue_impl.addSharedEvent tracks events with weak pointers
404
+ /// but some events have no other owners. addSharedEvent()
405
+ /// follows events with a shared pointer.
406
///
407
/// \param Event is the event to be stored
408
void addSharedEvent(const event &Event);
0 commit comments