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][CUDA] Make plugin specific error return an error (intel#10626)
The `UR_RESULT_ADAPTER_SPECIFIC_ERROR` was not returning an error to the
SYCL RT which meant all errors were treated as warnings and ignored
unless `SYCL_RT_WARNING_LEVEL` is set to geq 2. This changes things so
the adapter specific error is now reported as such, meaning all uses
`UR_RESULT_ADAPTER_SPECIFIC_ERROR` meant as warnings are now caught as
errors.
---------
Co-authored-by: Hugh Delaney <[email protected]>
0 commit comments