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 103635c commit 7bddc4bCopy full SHA for 7bddc4b
dpctl/_backend.pxd
@@ -22,7 +22,7 @@ types defined by dpctl's C API.
22
"""
23
24
from libcpp cimport bool
25
-from libc.stdint cimport uint32_t
+from libc.stdint cimport uint32_t, int64_t
26
27
28
cdef extern from "dpctl_error_handler_type.h":
@@ -210,6 +210,7 @@ cdef extern from "dpctl_sycl_device_manager.h":
210
cdef void DPCTLDeviceMgr_PrintDeviceInfo(const DPCTLSyclDeviceRef DRef)
211
cdef DPCTLSyclContextRef DPCTLDeviceMgr_GetCachedContext(
212
const DPCTLSyclDeviceRef DRef)
213
+ cdef int64_t DPCTLDeviceMgr_GetRelativeId(const DPCTLSyclDeviceRef DRef)
214
215
216
cdef extern from "dpctl_sycl_device_selector_interface.h":
0 commit comments