-
Notifications
You must be signed in to change notification settings - Fork 47
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
TODO: Plan & Improve #14
Comments
Any plans to add GPU support? |
That is definitely something that would give a huge boost in performance(near real-time). It could be implemented, however I don't have time for that in near future. If it is something you would like to do, I would be happy to support you ;) |
@zavolokas would love to learn about parallel computations, got any sources on where to start? |
@ferib I would start looking at CUDA programming(I think the requirement is that you have NVIDIA video card). Install the SDK try to write simple sample programs. Also, since it is widely used now for Deep Learning, I would figure out the way to used CUDA in Python. |
http://www.ece.ucsb.edu/~psen/melding
The text was updated successfully, but these errors were encountered: