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 -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-mxnet/issues/19521#issuecomment-726285689
