samskalicky commented 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 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: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
