Ben Frederickson
Ben Frederickson
/ok to test
> To check my understanding - this means that results can be quite skewed in multithreaded programs right where more than one thread does significant work? If two threads are...
@ddelange I'm excited to try out the deadsnakes nogil option =)
Fwiw - fixing this turned out to be easier than I initially thought (We can read the `gil_runtimestate` from the `PyInterpreterState` directly), and this feature will be much easier to...
@zanieb - that would be great, I'd appreciate it! I'll ping you when its ready
This doesn't fully handle freethreaded/nogil python interpreters - but I'm leaning towards handling that in a separate PR and getting this merged in first - tracked in https://github.com/benfred/py-spy/issues/711 . One...
/ok to test 1f3618e
manual forward merge https://github.com/rapidsai/cuvs/pull/407
should be fixed in the latest version
/ok to test