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
I hit this on a kNN run taking ages on CPU and blocking other C extensions from reacquiring the GIL. Is there any reason for this to be the case? Is at::Tensor ownership compromised if the GIL is released?
I hit this on a kNN run taking ages on CPU and blocking other C extensions from reacquiring the GIL. Is there any reason for this to be the case? Is
at::Tensorownership compromised if the GIL is released?