-
Notifications
You must be signed in to change notification settings - Fork 704
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
Multi-device support #92
Comments
@neubig Hello. Is this enhancement still on-going? If not, I would like to jump on this as I have some time & purpose to work on this. |
Done. Also, I think this would be a good place to start for multi-device support: #443 |
Thanks a lot, I will work on it after finishing dynet-84 and will keep following on this as well. |
I think this is basically done, although it might have some rough edges. Thanks @xunzhang ! |
Add reference for the related pull request #704 . |
Currently, cnn supports running computation on either CPU or GPU, based on the setting of the -DHAVE_CUDA flag. It would be better if a single program could utilize both CPU and one or more GPUs within the same program. The framework for this is mostly there, minus a few remaining issues:
The text was updated successfully, but these errors were encountered: