You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by zh...@apache.org on 2022/03/23 17:21:24 UTC

[incubator-mxnet] branch v2.0.0.beta1 updated: check cudnn version for cd tests

This is an automated email from the ASF dual-hosted git repository.

zhenghuijin pushed a commit to branch v2.0.0.beta1
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git


The following commit(s) were added to refs/heads/v2.0.0.beta1 by this push:
     new 43c4fb6  check cudnn version for cd tests
43c4fb6 is described below

commit 43c4fb6007a32588ae6097ef05c7d56a887414d9
Author: barry-jin <ba...@gmail.com>
AuthorDate: Wed Mar 23 10:19:25 2022 -0700

    check cudnn version for cd tests
---
 ci/docker/runtime_functions.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ci/docker/runtime_functions.sh b/ci/docker/runtime_functions.sh
index d68ce96..eb66334 100755
--- a/ci/docker/runtime_functions.sh
+++ b/ci/docker/runtime_functions.sh
@@ -798,6 +798,7 @@ cd_unittest_ubuntu() {
     export MXNET_STORAGE_FALLBACK_LOG_VERBOSE=0
     export MXNET_SUBGRAPH_VERBOSE=0
     export MXNET_ENABLE_CYTHON=0
+    export CUDNN_VERSION=${CUDNN_VERSION:-7.0.3}
     export CD_JOB=1 # signal this is a CD run so any unecessary tests can be skipped
     export DMLC_LOG_STACK_TRACE_DEPTH=100