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/07/26 07:56:10 UTC

[GitHub] [incubator-mxnet] Neutron3529 commented on issue #15589: [Discussion] 1.6.0 Roadmap

Neutron3529 commented on issue #15589: [Discussion] 1.6.0 Roadmap
URL: https://github.com/apache/incubator-mxnet/issues/15589#issuecomment-515350512
 
 
   I think MXNet needs a relocatable .dll/.so file
   `libmxnet.dll` is too large and takes too much time to load in my Windows 10
   
   I asked how to decrease the dll size (since there is too much `arch`s in the single .dll file and what I want is just `-arch=sm_61` for my GTX 1060)
   
   The reply is to use `nvprune`, I tried it and it gives me an error:
   ```
   nvprune fatal   : Input file 'libmxnet.dll' not relocatable
   ```
   Make the `libmxnet.dll`/`libmxnet.so` relocatable will provides the possibility to further decrease the size of the `dll` file. And may further more decrease the import time.

----------------------------------------------------------------
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