mxnet icon indicating copy to clipboard operation
mxnet copied to clipboard

Building Windows binaries from source

Open ankkhedia opened this issue 6 years ago • 3 comments

Could I get all steps to build MXNet Windows binaries from source for the following versions.

  1. CPU
  2. GPU-cu80
  3. GPU-cu90
  4. GPU-cu91
  5. GPU-cu92 It seems like instructions mentioned on MXNet install page doesn't work Are there significant differences between building various GPU versions?

ankkhedia avatar Sep 10 '18 17:09 ankkhedia

cpu and gpu is different gpu and gpu only CUDA paths are different.

yajiedesign avatar Sep 12 '18 07:09 yajiedesign

Hi @yajiedesign I was able to build GPU-cu90, cu91 and cu92 using VS2017. However, cu80 is not supported in Visual Studio 2017. Could you just describe steps for that or any link to the steps would be helpful

ankkhedia avatar Sep 12 '18 16:09 ankkhedia

use vs2015 build cu80

yajiedesign avatar Sep 13 '18 08:09 yajiedesign