larroy commented on a change in pull request #14570: add a compiler flag to use
int64 as tensor size
URL: https://github.com/apache/incubator-mxnet/pull/14570#discussion_r276801765
##########
File path: ci/docker/runtime_functions.sh
##########
@@ -755,6 +755,35 @@ build_ubuntu_gpu_cmake() {
ninja -v
}
+build_ubuntu_cpu_large_tensor() {
+ set -ex
+ build_ccache_wrappers
+ export CC="ccache gcc"
Review comment:
build_ccache_wrappers should be enough. My PR also fixes that function:
https://github.com/apache/incubator-mxnet/pull/14631
Would be good to merge then no need to export the CC and CXX variables.
----------------------------------------------------------------
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