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 see that OpenBLAS on Windows may end up calling TerminateThread. This is very dangerous API which should never be used under normal circumstances, as described in 1f60715
May I ask what's the reason for the TerminateThread call? I see that it's also excluded in UWP builds, could we just remove it?