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] Fixes context release and unnamed context scope
This PR fixes the following bugs:
1 Some times upon deletion, the deleted context would stay on the CUDA
context stack and cause subsequent CUDA operations to fail. To fix
this the context stack is now checked after destruction and if the
dead context is still there it is removed.
2 In one location a ScopedContext was created without being assigned to
a variable and would therefore die immediately. It should now live
for the entirety of the surrounding scope.
Signed-off-by: Steffen Larsen <[email protected]>
0 commit comments