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
fix the device performance timing checks for clReleaseContext
The device performance timing checks were only supposed to happen
when the context reference count went to zero, but because the
reference count was only queried when call logging was enabled, it
was happening much more often. Fix by querying (and updating) the
context reference count unconditionally.
0 commit comments