Skip to content

Commit 1ee0521

Browse files
exported default_async_error_handler (#346)
1 parent 7b20dc8 commit 1ee0521

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dpctl/_sycl_queue.pxd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ from ._sycl_device cimport SyclDevice
3131
from .program._program cimport SyclKernel
3232
from libcpp cimport bool as cpp_bool
3333

34+
cdef void default_async_error_handler(int) nogil except *
3435

3536
cdef class _SyclQueue:
3637
""" Python wrapper class for a sycl::queue.

0 commit comments

Comments
 (0)