From 9fe9582fb357dbb98f87fa3d7848edeb5582dded Mon Sep 17 00:00:00 2001 From: Oleksandr Pavlyk Date: Wed, 24 Mar 2021 18:53:24 -0500 Subject: [PATCH] exported default_async_error_handler --- dpctl/_sycl_queue.pxd | 1 + 1 file changed, 1 insertion(+) diff --git a/dpctl/_sycl_queue.pxd b/dpctl/_sycl_queue.pxd index eab701dc05..be985ecdb9 100644 --- a/dpctl/_sycl_queue.pxd +++ b/dpctl/_sycl_queue.pxd @@ -31,6 +31,7 @@ from ._sycl_device cimport SyclDevice from .program._program cimport SyclKernel from libcpp cimport bool as cpp_bool +cdef void default_async_error_handler(int) nogil except * cdef class _SyclQueue: """ Python wrapper class for a sycl::queue.