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] Make adapter releasing more robust wrt adapter specific errors (#19050)
If `urAdapterRelease` happens to return
`UR_RESULT_ERROR_ADAPTER_SPECIFIC` (which is banned by the spec), we
can't use `urAdapterGetLastError` to retrieve that error. This change
ensures that we don't call it in that situation.
0 commit comments