marcoabreu commented on a change in pull request #12782: [MXNET-674] Speed up
GPU builds in CI
URL: https://github.com/apache/incubator-mxnet/pull/12782#discussion_r226836174
##########
File path: ci/docker/runtime_functions.sh
##########
@@ -559,13 +563,15 @@ build_ubuntu_gpu_mkldnn_nocudnn() {
build_ccache_wrappers
make \
- DEV=1 \
- ENABLE_TESTCOVERAGE=1 \
- USE_BLAS=openblas \
- USE_MKLDNN=1 \
- USE_CUDA=1 \
- USE_CUDA_PATH=/usr/local/cuda \
- USE_CUDNN=0 \
+ DEV=1 \
+ ENABLE_TESTCOVERAGE=1 \
+ USE_BLAS=openblas \
+ USE_MKLDNN=1 \
+ USE_CUDA=1 \
+ USE_CUDA_PATH=/usr/local/cuda \
+ USE_CUDNN=0 \
+ CUDA_ARCH="-gencode=arch=compute_52,code=sm_52 \
Review comment:
Since we only use the runtime_runctions.sh, this is fine as well :) thank
you!
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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