Skip to content

Commit f10dc20

Browse files
DPCTL_GetParentDevice added to _backend.pxd
1 parent 1524e50 commit f10dc20

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dpctl/_backend.pxd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ cdef extern from "dpctl_sycl_device_interface.h":
192192
cdef DPCTLDeviceVectorRef DPCTLDevice_CreateSubDevicesByAffinity(
193193
const DPCTLSyclDeviceRef DRef,
194194
DPCTLPartitionAffinityDomainType PartitionAffinityDomainTy)
195+
cdef DPCTLSyclDeviceRef DPCTLDevice_GetParentDevice(const DPCTLSyclDeviceRef DRef)
195196

196197

197198
cdef extern from "dpctl_sycl_device_manager.h":

0 commit comments

Comments
 (0)