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
[UR][CUDA][HIP] Add missing catch for native commands (#17524)
This UR entry point calls a user function pointer, which may throw
exceptions so we need an exception catchall there to ensure they don't
cross the UR C API boundary.
It's unclear if exceptions should even be allowed in these user
functions, but this is still a worthwhile precaution.
0 commit comments