Last active
August 29, 2017 14:57
-
-
Save luoyetx/35a1c27749d01ba8a36068146cfd928f to your computer and use it in GitHub Desktop.
build mxnet on windows
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| call "C:/Program Files (x86)/IntelSWTools/compilers_and_libraries/windows/mkl/bin/mklvars.bat" intel64 | |
| cmake .. -DBLAS=MKL -DCUDA_TOOLKIT_ROOT_DIR="%CUDA_PATH%" -G "Visual Studio 14 2015 Win64" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment