-
Notifications
You must be signed in to change notification settings - Fork 703
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
Python works in Windows, including MKL and/or GPU support #128
Conversation
… checked in accidentally in the future.
…p libiomp5md.lib, should be done only for .so/.a files)
…ll need some of the non-GPU libraries (like MKL).
# Conflicts: # doc/source/install.rst
Thanks a lot! |
No problem. Thanks for integrating the changes quickly. Matt From: Graham Neubig [mailto:notifications@github.com] Thanks a lot! — |
Windows Python build works correctly with MKL, GPU, none, or both. Updated documentation also. MKL and GPU support complicated setup.py.in somewhat, but I tried to keep it as clean as possible.
Tested on Windows and Ubuntu Linux, with normal, MKL, GPU, and MKL+GPU. rnnlm.py works in all 8 cases.