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 2018/10/20 17:56:10 UTC

[GitHub] KellenSunderland commented on a change in pull request #12782: WIP: [MXNET-674] Speed up GPU builds in CI

KellenSunderland commented on a change in pull request #12782: WIP: [MXNET-674] Speed up GPU builds in CI
URL: https://github.com/apache/incubator-mxnet/pull/12782#discussion_r226834697
 
 

 ##########
 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:
   Not seeing an amazing spot to put it in the groovy utils script.  I've got it as a single var at the top of runtime_functions.sh now, that should work for nightly / PR builds right?  Any other pipelines I can make it available to?

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services