You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2019/05/30 01:17:52 UTC

[GitHub] [incubator-mxnet] larroy commented on issue #15099: Revert "Improve FC perf when no_bias=False"

larroy commented on issue #15099: Revert "Improve FC perf when no_bias=False"
URL: https://github.com/apache/incubator-mxnet/pull/15099#issuecomment-497164353
 
 
   The root cause seems to be not enough shared memory in the docker container used in CI.
   
   Using time ci/build.py --docker-registry mxnetci --platform ubuntu_build_cuda --docker-build-retries 3 --shm-size 8G /work/runtime_functions.sh build_ubuntu_gpu_mkldnn
   
   fixes the build.
   
   We have some files which are very slow to compile and produce big binaries, I think is excess of inline.
   

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


With regards,
Apache Git Services