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 2020 specifies that if no async_handler is given to either the
queue nor the context a default async_handler will be used. This default
handler must report the problems reported and call `std::terminate` or
similar. This commit adds an implementation of the default
async_handler.
Signed-off-by: Larsen, Steffen <[email protected]>
0 commit comments