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_r224410262
 
 

 ##########
 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:
   Shall we maybe extract this to a common variable at the top? It's quite a 
lot of copy and paste and could be error prone if people create a new job and 
are out of sync in case something gets updated in the meantime

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

Reply via email to