-
Notifications
You must be signed in to change notification settings - Fork 154
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
Numba/CUDA compatible? #64
Comments
Hey @blooop, That's a good idea indeed! FYI, there is a plan to use Jax (https://github.com/google/jax) to do the inverse kinematics on GPU |
Thanks, jax also looks very interesting. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Hey! It's been a while but is there an update on this? Would be super useful! |
Let me put up on the priority list then! |
Hi,
I'm interested in running say 1000 independent IK queries on a gpu. In the readme you mention that this is a pure python library which means it theory it should work with numba relatively easily. Are there any caveats or thing I should be aware of if I'm going to try this?
Something similar to this:
https://ipython-books.github.io/58-writing-massively-parallel-code-for-nvidia-graphics-cards-gpus-with-cuda/
Thanks
The text was updated successfully, but these errors were encountered: