We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 626b210 commit 0bb4f4bCopy full SHA for 0bb4f4b
dpctl/_backend.pxd
@@ -278,6 +278,8 @@ cdef extern from "syclinterface/dpctl_sycl_platform_interface.h":
278
cdef const char *DPCTLPlatform_GetVendor(const DPCTLSyclPlatformRef)
279
cdef const char *DPCTLPlatform_GetVersion(const DPCTLSyclPlatformRef)
280
cdef DPCTLPlatformVectorRef DPCTLPlatform_GetPlatforms()
281
+ cdef DPCTLSyclContextRef DPCTLPlatform_GetDefaultContext(
282
+ const DPCTLSyclPlatformRef)
283
284
285
cdef extern from "syclinterface/dpctl_sycl_context_interface.h":
0 commit comments