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] Handle exception from MemoryManager in enqueueImp (#15855)
MemoryManager:: calls return void and throw exception in case of
failure.
enqueueImp is expected to return status, not exception to correctly
handle submission error.
---------
Signed-off-by: Tikhomirova, Kseniya <kseniya.tikhomirova@intel.com>
0 commit comments