Visible to Intel only — GUID: GUID-8A95E4F2-513B-4E58-B788-4779A86BA2FA
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 ()