You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dpctl functions get_current_queue, get_current_device, get_current_backend are not exposed as C functions. Other Cython modules that want to use dpctl cannot do a cimport to access these functions.
We should redefine these functions as cpdef and expose them via _sycl_core.pxd.