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
TEST/DEVICE: Print kernel launch failure instead of exception (#10923)
Throwing an exception triggers cleanup flow that also calls cudaFree(),
so the error is reported from cudaFree() instead of the actual place it
happened.
0 commit comments