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