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/12/16 22:50:14 UTC

[GitHub] [incubator-mxnet] mseth10 commented on issue #19623: out of memory during compilation on CI

mseth10 commented on issue #19623:
URL: https://github.com/apache/incubator-mxnet/issues/19623#issuecomment-747088098


   Object sizes (>10MB) on mac cpu build
   ```
    11M	./operator/numpy/linalg/np_norm_backward.cc.o
    11M	./operator/numpy/np_kron.cc.o
    11M	./operator/numpy/random/np_location_scale_op.cc.o
    12M	./operator/numpy/np_insert_op_slice.cc.o
    12M	./operator/numpy/np_insert_op_tensor.cc.o
    13M	./operator/numpy/np_elemwise_broadcast_op_extended_sec.cc.o
    13M	./operator/numpy/np_elemwise_unary_op_basic.cc.o
    13M	./operator/numpy/np_percentile_op.cc.o
    14M	./operator/numpy/np_matrix_op.cc.o
    14M	./operator/numpy/np_moments_op.cc.o
    14M	./operator/numpy/np_where_op.cc.o
    15M	./operator/numpy/np_einsum_op.cc.o
    16M	./operator/numpy/np_elemwise_broadcast_op_extended.cc.o
    21M	./operator/numpy/np_broadcast_reduce_op_value.cc.o
    22M	./operator/numpy/linalg/np_norm_forward.cc.o
    24M	./operator/numpy/np_elemwise_broadcast_op.cc.o
    34M	./operator/numpy/np_elemwise_broadcast_logic_op.cc.o
   ```
   We can start by splitting the corresponding cc files (largest first) to reduce compiler's memory footprint.


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