josephevans commented on a change in pull request #19149:
URL: https://github.com/apache/incubator-mxnet/pull/19149#discussion_r489087940
##########
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:
I think the team just wanted to know it would build and test against
cuda 11.0 and libcudnn8, which is what this PR tries to address. We could add
arch 80 for just this build.
----------------------------------------------------------------
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]