Kevin Dewald @ MK-1
Results
2
comments of
Kevin Dewald @ MK-1
Hi! Is there anything we can do to help port this over? We're currently blocked in migrating to a newer PyO3 version for this.
I would like to add on this that PyTorch does release the GIL in long running operations, as libtorch will properly handle multithreaded access and reference counting: https://github.com/search?q=repo%3Apytorch%2Fpytorch%20gil_scoped_release&type=code I'm going...