Skip to content

Instantly share code, notes, and snippets.

@luoyetx
Last active August 29, 2017 14:57
Show Gist options
  • Select an option

  • Save luoyetx/35a1c27749d01ba8a36068146cfd928f to your computer and use it in GitHub Desktop.

Select an option

Save luoyetx/35a1c27749d01ba8a36068146cfd928f to your computer and use it in GitHub Desktop.
build mxnet on windows
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