@@ -95,7 +95,6 @@ cdef extern from "syclinterface/dpctl_sycl_enum_types.h":
9595 _usm_device_allocations ' usm_device_allocations' ,
9696 _usm_host_allocations ' usm_host_allocations' ,
9797 _usm_shared_allocations ' usm_shared_allocations' ,
98- _usm_restricted_shared_allocations ' usm_restricted_shared_allocations' ,
9998 _usm_system_allocations ' usm_system_allocations' ,
10099 _usm_atomic_host_allocations ' usm_atomic_host_allocations' ,
101100 _usm_atomic_shared_allocations ' usm_atomic_shared_allocations' ,
@@ -300,6 +299,7 @@ cdef extern from "syclinterface/dpctl_sycl_platform_manager.h":
300299
301300
302301cdef extern from " syclinterface/dpctl_sycl_platform_interface.h" :
302+ cdef bool DPCTLPlatform_AreEq(const DPCTLSyclPlatformRef, const DPCTLSyclPlatformRef)
303303 cdef DPCTLSyclPlatformRef DPCTLPlatform_Copy(const DPCTLSyclPlatformRef)
304304 cdef DPCTLSyclPlatformRef DPCTLPlatform_Create()
305305 cdef DPCTLSyclPlatformRef DPCTLPlatform_CreateFromSelector(
@@ -309,6 +309,7 @@ cdef extern from "syclinterface/dpctl_sycl_platform_interface.h":
309309 cdef const char * DPCTLPlatform_GetName(const DPCTLSyclPlatformRef)
310310 cdef const char * DPCTLPlatform_GetVendor(const DPCTLSyclPlatformRef)
311311 cdef const char * DPCTLPlatform_GetVersion(const DPCTLSyclPlatformRef)
312+ cdef size_t DPCTLPlatform_Hash(const DPCTLSyclPlatformRef)
312313 cdef DPCTLPlatformVectorRef DPCTLPlatform_GetPlatforms()
313314 cdef DPCTLSyclContextRef DPCTLPlatform_GetDefaultContext(
314315 const DPCTLSyclPlatformRef)
0 commit comments