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 c6b00c7 commit a264297Copy full SHA for a264297
dpctl/_backend.pxd
@@ -359,6 +359,12 @@ cdef extern from "syclinterface/dpctl_sycl_kernel_bundle_interface.h":
359
360
361
cdef extern from "syclinterface/dpctl_sycl_queue_interface.h":
362
+ ctypedef struct _md_local_accessor 'MDLocalAccessor':
363
+ size_t ndim
364
+ _arg_data_type dpctl_type_id
365
+ size_t dim0
366
+ size_t dim1
367
+ size_t dim2
368
cdef bool DPCTLQueue_AreEq(const DPCTLSyclQueueRef QRef1,
369
const DPCTLSyclQueueRef QRef2)
370
cdef DPCTLSyclQueueRef DPCTLQueue_Create(
0 commit comments