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
It looks like impit doesn't need the GIL at all [unless I'm missing something], so we can potentially look into also marking the module as supporting GIL-less runtimes (?).
https://pyo3.rs/v0.25.1/free-threading.html
It looks like impit doesn't need the GIL at all [unless I'm missing something], so we can potentially look into also marking the module as supporting GIL-less runtimes (?).