-
Notifications
You must be signed in to change notification settings - Fork 122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Speed up Pyworld #58
Comments
Good question, though I don't know what can be done from the wrapper side. Maybe it has to be done on the C code side (from the original repo)? |
I was expecting an answer from the community, too. 😅 I don't have experience on CuPy. Not sure how that works, but I thought it's the C++ code in WORLD that does the heavy lifting in PyWORLD. Anyway, please let us know if you try anything out. |
Sure, I think I will leave this issue open if there is anyone out there interested ! |
from the wrapper side, please release the GIL each time when running time-consuming c functions, so users can run pyworld multithreaded |
Hi, may I ask if you any suggestions for speeding up PyWorld? I have been thinking about this but have not figured out which is a proper way.
Looking forward to your comments. :D
The text was updated successfully, but these errors were encountered: