Python works in Windows, including MKL and/or GPU support#128
Python works in Windows, including MKL and/or GPU support#128neubig merged 12 commits intoclab:masterfrom
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.