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 21:18:21 UTC

[incubator-mxnet] 01/02: Revert "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

commit ae32153b534b9c4a5efcb61a9f39e3a65c4bee42
Author: barry-jin <ba...@gmail.com>
AuthorDate: Wed Mar 23 13:48:54 2022 -0700

    Revert "check cudnn version for cd tests"
    
    This reverts commit 43c4fb6007a32588ae6097ef05c7d56a887414d9.
---
 ci/docker/runtime_functions.sh | 1 -
 1 file changed, 1 deletion(-)

diff --git a/ci/docker/runtime_functions.sh b/ci/docker/runtime_functions.sh
index eb66334..d68ce96 100755
--- a/ci/docker/runtime_functions.sh
+++ b/ci/docker/runtime_functions.sh
@@ -798,7 +798,6 @@ 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