File tree 1 file changed +5
-1
lines changed
1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,10 @@ cdef extern from "sycl/sycl.hpp" namespace "sycl":
42
42
" sycl::kernel_bundle<sycl::bundle_state::executable>" :
43
43
pass
44
44
45
+ cdef extern from " syclinterface/dpctl_sycl_extension_interface.h" :
46
+ cdef struct RawWorkGroupMemoryTy
47
+ ctypedef RawWorkGroupMemoryTy RawWorkGroupMemory
48
+
45
49
cdef extern from " syclinterface/dpctl_sycl_type_casters.hpp" \
46
50
namespace " dpctl::syclinterface" :
47
51
# queue
@@ -68,7 +72,7 @@ cdef extern from "syclinterface/dpctl_sycl_type_casters.hpp" \
68
72
cdef event * unwrap_event " dpctl::syclinterface::unwrap<sycl::event>" (
69
73
dpctl_backend.DPCTLSyclEventRef)
70
74
71
- # work group memory extension[
75
+ # work group memory extension
72
76
cdef dpctl_backend.DPCTLSyclWorkGroupMemoryRef wrap_work_group_memory \
73
77
" dpctl::syclinterface::wrap<RawWorkGroupMemory>" \
74
78
(const RawWorkGroupMemory * )
You can’t perform that action at this time.
0 commit comments