Visible to Intel only — GUID: GUID-4346A230-0E2A-459C-B859-281DBE51B4E1
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 @native_contex_type.
- Parameters
-
native_context – the existing handle of context
- Returns
-
context object
context CCL_API create_context ()