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
[SYCL] Do not suppress exceptions thrown by async_handler from ~queue()
The spec states that the asynchronous exception handler is called on
queue destruction, so it is expected that given a throwing async_handler
an exception will be visible in that case.
Signed-off-by: Sergey Semenov <sergey.semenov@intel.com>
0 commit comments