Skip to content

Commit 0bb4f4b

Browse files
exported DPCTLPlatform_GetDefaultContext
1 parent 626b210 commit 0bb4f4b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dpctl/_backend.pxd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,8 @@ cdef extern from "syclinterface/dpctl_sycl_platform_interface.h":
278278
cdef const char *DPCTLPlatform_GetVendor(const DPCTLSyclPlatformRef)
279279
cdef const char *DPCTLPlatform_GetVersion(const DPCTLSyclPlatformRef)
280280
cdef DPCTLPlatformVectorRef DPCTLPlatform_GetPlatforms()
281+
cdef DPCTLSyclContextRef DPCTLPlatform_GetDefaultContext(
282+
const DPCTLSyclPlatformRef)
281283

282284

283285
cdef extern from "syclinterface/dpctl_sycl_context_interface.h":

0 commit comments

Comments
 (0)