ArmageddonKnight commented on a change in pull request #17656: [MXNET-1404]
Implement storage tagging, the first half of the memory profiler
URL: https://github.com/apache/incubator-mxnet/pull/17656#discussion_r391016645
##########
File path: ci/docker/runtime_functions.sh
##########
@@ -715,7 +715,7 @@ build_ubuntu_gpu_mkldnn() {
set -ex
cd /work/build
cmake \
- -DCMAKE_BUILD_TYPE="RelWithDebInfo" \
Review comment:
Because otherwise the size of `libmxnet.a` will go beyond `4 GB` and `ar`
will fail ([error
log](https://discuss.mxnet.io/t/mxnet-ci-failure-file-truncated/5749), [open
issue on file truncation
error](https://github.com/apache/incubator-mxnet/issues/14263)).
----------------------------------------------------------------
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]
With regards,
Apache Git Services