josephevans commented on a change in pull request #19149:
URL: https://github.com/apache/incubator-mxnet/pull/19149#discussion_r489061538



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

Review comment:
       I copied the build function from the main full-gpu build (see 
https://github.com/apache/incubator-mxnet/blob/v1.x/ci/jenkins/Jenkinsfile_unix_gpu#L39)
 since it seems like we wanted a slimmed-down pipeline for cuda 11.0 for now.




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


Reply via email to