QueensGambit edited a comment on issue #15632: Building MxNet with CPP_PACKAGE on Windows10 (2019-07-23) URL: https://github.com/apache/incubator-mxnet/issues/15632#issuecomment-524615601 Hello @visionNoob, @zachgk and @aaronmarkham thanks to the official and your instructions (@visionNoob) I managed to build the MXNet cpp-package with Intel-MKL as well as CUDA support. I summarized my findings here: * https://github.com/QueensGambit/CrazyAra-Engine/wiki/Compile-instructions-for-Windows On one system I was able to generate the `op.h` with the python script, but on another system I encountered a character encoding error. Thus I ended up using `op.h` from an external source. * https://github.com/dmlc/MXNet.cpp/blob/master/include/mxnet-cpp/op.h @zachgk @aaronmarkham Moreover, building for Windows was overall more complex and time consuming than for Linux: The building process with CUDA support for Windows took more than 8 hours on my machine and generated a larger shared object file: **libmxnet.so - 245 mb** **libmxnet.dll - 1.6 GB** @zachgk @aaronmarkham Any ideas what could be causing this issue? Best regards, ~QueensGambit
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
