ubuntu 18.04 64bit build tensorflow report error:C++ compilation of rule '//tensorflow/core/kernels:broadcast_to_op' failed (Exit 4)

时间:2019-01-16 12:38:38   收藏:0   阅读:786

Ans: You are likely running out of memory. Try reducing number of parallel builds by passing ‘--local_resources 2048,.5,1.0‘, which would instruct bazel to spawn no more than one compiler process at the time.

 

Reference material:

Building from source, gcc issues

原文:https://www.cnblogs.com/dakewei/p/10276312.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!