We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de83649 commit b952f90Copy full SHA for b952f90
dpctl/_backend.pxd
@@ -473,7 +473,8 @@ cdef extern from "syclinterface/dpctl_sycl_usm_interface.h":
473
cdef extern from "syclinterface/dpctl_sycl_extension_interface.h":
474
cdef struct RawWorkGroupMemoryTy
475
ctypedef RawWorkGroupMemoryTy RawWorkGroupMemory
476
-
+
477
478
cdef struct DPCTLOpaqueWorkGroupMemory
479
ctypedef DPCTLOpaqueWorkGroupMemory *DPCTLSyclWorkGroupMemoryRef;
480
@@ -483,5 +484,3 @@ cdef extern from "syclinterface/dpctl_sycl_extension_interface.h":
483
484
DPCTLSyclWorkGroupMemoryRef Ref);
485
486
cdef bint DPCTLWorkGroupMemory_Available();
487
0 commit comments