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.
Stream
template<class native_stream_type, class = typename std::enable_if<is_stream_supported<native_stream_type>()>::type> stream CCL_API create_stream (native_stream_type &native_stream)
Creates a new stream from @native_stream_type.
Parameters:native_stream - the existing handle of stream
Returns: stream object
stream CCL_API create_stream ()