Skip to content

Commit c75fd5c

Browse files
committed
Add missing external declarations
1 parent 5611abf commit c75fd5c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

dpctl/sycl.pxd

+5-1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ cdef extern from "sycl/sycl.hpp" namespace "sycl":
4242
"sycl::kernel_bundle<sycl::bundle_state::executable>":
4343
pass
4444

45+
cdef extern from "syclinterface/dpctl_sycl_extension_interface.h":
46+
cdef struct RawWorkGroupMemoryTy
47+
ctypedef RawWorkGroupMemoryTy RawWorkGroupMemory
48+
4549
cdef extern from "syclinterface/dpctl_sycl_type_casters.hpp" \
4650
namespace "dpctl::syclinterface":
4751
# queue
@@ -68,7 +72,7 @@ cdef extern from "syclinterface/dpctl_sycl_type_casters.hpp" \
6872
cdef event * unwrap_event "dpctl::syclinterface::unwrap<sycl::event>" (
6973
dpctl_backend.DPCTLSyclEventRef)
7074

71-
# work group memory extension[
75+
# work group memory extension
7276
cdef dpctl_backend.DPCTLSyclWorkGroupMemoryRef wrap_work_group_memory \
7377
"dpctl::syclinterface::wrap<RawWorkGroupMemory>" \
7478
(const RawWorkGroupMemory *)

0 commit comments

Comments
 (0)