File tree 1 file changed +3
-0
lines changed
1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -75,6 +75,7 @@ cdef extern from "dpctl_sycl_types.h":
75
75
cdef struct DPCTLOpaqueSyclDeviceSelector
76
76
cdef struct DPCTLOpaqueSyclEvent
77
77
cdef struct DPCTLOpaqueSyclKernel
78
+ cdef struct DPCTLOpaqueSyclPlatform
78
79
cdef struct DPCTLOpaqueSyclProgram
79
80
cdef struct DPCTLOpaqueSyclQueue
80
81
cdef struct DPCTLOpaqueSyclUSM
@@ -84,6 +85,7 @@ cdef extern from "dpctl_sycl_types.h":
84
85
ctypedef DPCTLOpaqueSyclDeviceSelector * DPCTLSyclDeviceSelectorRef
85
86
ctypedef DPCTLOpaqueSyclEvent * DPCTLSyclEventRef
86
87
ctypedef DPCTLOpaqueSyclKernel * DPCTLSyclKernelRef
88
+ ctypedef DPCTLOpaqueSyclPlatform * DPCTLSyclPlatformRef
87
89
ctypedef DPCTLOpaqueSyclProgram * DPCTLSyclProgramRef
88
90
ctypedef DPCTLOpaqueSyclQueue * DPCTLSyclQueueRef
89
91
ctypedef DPCTLOpaqueSyclUSM * DPCTLSyclUSMRef
@@ -138,6 +140,7 @@ cdef extern from "dpctl_sycl_kernel_interface.h":
138
140
139
141
140
142
cdef extern from " dpctl_sycl_platform_interface.h" :
143
+ cdef void DPCTLPlatform_Delete()
141
144
cdef size_t DPCTLPlatform_GetNumNonHostPlatforms()
142
145
cdef void DPCTLPlatform_DumpInfo()
143
146
cdef size_t DPCTLPlatform_GetNumNonHostBackends()
You can’t perform that action at this time.
0 commit comments