You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mxnet.apache.org by GitBox <gi...@apache.org> on 2020/11/12 19:20:24 UTC

[GitHub] [incubator-mxnet] samskalicky edited a comment on issue #19521: [RFC] Integration with AndroidNN

samskalicky edited a comment on issue #19521:
URL: https://github.com/apache/incubator-mxnet/issues/19521#issuecomment-726285689


   I did a quick set of builds from v1.x using make with different flags on x86 and looked at the size of libmxnet.so. Each subsequent row adds new build flags to the previous. 
   
   Build Flags | libmxnet.so size [bytes]
   ------------ | -------------
   None | 168573168
   +USE_MKLDNN=0 | 131479368
   +USE_INTGEMM=0 | 131251704
   +USE_INT64_TENSOR_SIZE=0 | 131251704
   +USE_CPP_PACKAGE=0 USE_DIST_KVSTORE=0 | 131251704
   +USE_OPENCV=0 |	130949000
   +USE_TVM_OP=0 |	130949000
   +USE_NNPACK=0 |	130949000


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



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@mxnet.apache.org
For additional commands, e-mail: issues-help@mxnet.apache.org