josephevans commented on a change in pull request #19149:
URL: https://github.com/apache/incubator-mxnet/pull/19149#discussion_r489094418
##########
File path: ci/docker/runtime_functions.sh
##########
@@ -806,6 +806,24 @@ build_ubuntu_gpu_cuda101_cudnn7() {
make cython PYTHON=python3
}
+build_ubuntu_gpu_cuda110_cudnn8() {
+ set -ex
+ build_ccache_wrappers
+ make \
+ USE_BLAS=openblas \
+ USE_MKLDNN=0 \
+ USE_CUDA=1 \
+ USE_CUDA_PATH=/usr/local/cuda \
+ USE_CUDNN=1 \
+ USE_TVM_OP=0 \
+ USE_CPP_PACKAGE=1 \
+ USE_DIST_KVSTORE=1 \
+ CUDA_ARCH="$CI_CUDA_COMPUTE_CAPABILITIES" \
Review comment:
Added compute_80 and sm_80 to CUDA_ARCH.
----------------------------------------------------------------
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]