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] Use context mutex in refcount inc/dec (#6577)
context wasn't using its mutex when incrementing/decrementing the ref count, even though multiple threads may attempt this at the same time in multithreaded applications such as in assert_in_simultaneously_multiple_tus.cpp. This may fix#6463 but I can't be sure of this because I can't reproduce flaky CI test failures in #6463 locally.
Signed-off-by: JackAKirk <jack.kirk@codeplay.com>
0 commit comments