Neutron3529 edited a comment 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.
   It seems the symbol are contained in `libmxnet.lib`, but I can not merge 
these symbols into `libmxnet.dll`. If someone find a way to redistribute a 
`libmxnet.dll` with symbols, we may take less time import mxnet in python

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

Reply via email to