Intel® oneAPI Collective Communications Library Developer Guide and Reference
ID
772609
Date
3/31/2023
Public
A newer version of this document is available. Customers should click here to go to the newest version.
Context
template<class native_context_type, class = typename std::enable_if<is_context_supported<native_context_type>()>::type> context CCL_API create_context (native_context_type &&native_context)
Creates a new context from .
Parameters
native_context – the existing handle of context
Returns
context object
context CCL_API create_context ()