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 2019/05/02 15:35:24 UTC

[GitHub] [incubator-mxnet] KellenSunderland commented on a change in pull request #14855: [WIP] Jetson nano & TX installation updates

KellenSunderland commented on a change in pull request #14855: [WIP] Jetson nano & TX installation updates
URL: https://github.com/apache/incubator-mxnet/pull/14855#discussion_r280476415
 
 

 ##########
 File path: ci/docker/runtime_functions.sh
 ##########
 @@ -24,8 +24,8 @@ set -ex
 
 NOSE_COVERAGE_ARGUMENTS="--with-coverage --cover-inclusive --cover-xml --cover-branches --cover-package=mxnet"
 NOSE_TIMER_ARGUMENTS="--with-timer --timer-ok 1 --timer-warning 15 --timer-filter warning,error"
-CI_CUDA_COMPUTE_CAPABILITIES="-gencode=arch=compute_52,code=sm_52 -gencode=arch=compute_70,code=sm_70"
-CI_CMAKE_CUDA_ARCH_BIN="52,70"
+CI_CUDA_COMPUTE_CAPABILITIES="-gencode=arch=compute_52,code=sm_52 -gencode arch=compute_53,code=sm_53 -gencode=arch=compute_70,code=sm_70"
+CI_CMAKE_CUDA_ARCH_BIN="52,53,70"
 
 Review comment:
   I don't think we need to change this line (unless we're running Jetson hardware in CI).

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


With regards,
Apache Git Services