You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2019/09/19 15:23:50 UTC

[GitHub] [incubator-mxnet] QueensGambit edited a comment on issue #15632: Building MxNet with CPP_PACKAGE on Windows10 (2019-07-23)

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-533182265
 
 
   Hello @JiaoPaner.
   Yes, the reason is because the `-DCMAKE_BUILD_TYPE=Release` argument is missing in the build instructions.
   I created a pull-request about this 8 days ago, but it is not merged yet: https://github.com/apache/incubator-mxnet/pull/16144
   
   Moreover, I managed to build the **CPP_PACKAGE** with **TensorRT** support on Linux. Unfortunately, official instruction are still missing there as well. I might provide official instructions for this later.
   
   However, when you use TensorRT, the graph optimization will be run on every `model.bind()` call. This will hopefully be improved in future versions: https://github.com/apache/incubator-mxnet/issues/16173 

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services