Intel® oneAPI Collective Communications Library Developer Guide and Reference
ID
772609
Date
11/07/2023
Public
A newer version of this document is available. Customers should click here to go to the newest version.
Event
template<class event_type, class = typename std::enable_if<is_event_supported<event_type>()>::type> event CCL_API create_event (event_type &native_event)
Creates a new event from @native_event_type.
Parameters:native_event - the existing event
Returns: event object