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 2018/11/23 20:25:27 UTC

[GitHub] KellenSunderland commented on issue #13133: Manually compile MXNet1.3.0 release code, which is very inefficient after testing.

KellenSunderland commented on issue #13133: Manually compile MXNet1.3.0 release code, which is very inefficient after testing.
URL: https://github.com/apache/incubator-mxnet/issues/13133#issuecomment-441313686
 
 
   I found that the compiled libmxnet. so is only 295M, while the official release is 500M. What's the difference?
   
   There's many different cuda architectures compiled for and included in the official release.  There are also many other libraries we statically link for portability purposes.  To get a good picture of the difference I'd recommend doing a cuobjdump on both binaries and comparing the results.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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