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 you've already updated to PyO3 0.23, so all that's left is adding CI on the free-threaded interpreter, adding testing for thread safety, and fixing any issues that are discovered in the process.
There is some multithreaded testing and functionality on the rust side, but it looks like there isn't any testing of using kornia-py from the Python threading module.
I'm a PyO3 maintainer and helped lead the effort to ship support for free-threaded python in PyO3 0.23. I'm also actively working on ecosystem support for free-threaded Python as part of my job at quansight labs.
All that to say that I'm happy to do all the heavy lifting here, I'd just appreciate being able to ask questions and get code review.
The text was updated successfully, but these errors were encountered:
hi @ngoldbaum thanks for reaching out ! Would be awesome if you could lead that part. I've been recently focusing more on the Rust side of the project so any help to improve the Python bindings is very welcomed. For awareness, recently @johnnv1 have been helping a bit too here. Feel also free to join our discord to discuss more: https://discord.com/invite/HfnywwpBnD
It looks like you've already updated to PyO3 0.23, so all that's left is adding CI on the free-threaded interpreter, adding testing for thread safety, and fixing any issues that are discovered in the process.
There is some multithreaded testing and functionality on the rust side, but it looks like there isn't any testing of using
kornia-py
from the Pythonthreading
module.I'm a PyO3 maintainer and helped lead the effort to ship support for free-threaded python in PyO3 0.23. I'm also actively working on ecosystem support for free-threaded Python as part of my job at quansight labs.
All that to say that I'm happy to do all the heavy lifting here, I'd just appreciate being able to ask questions and get code review.
The text was updated successfully, but these errors were encountered: