You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by we...@apache.org on 2022/05/12 17:47:49 UTC

[incubator-mxnet] branch v1.9.1-test updated: update cudnn version for cu110 build

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

weichu pushed a commit to branch v1.9.1-test
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git


The following commit(s) were added to refs/heads/v1.9.1-test by this push:
     new f99716aaf8 update cudnn version for cu110 build
f99716aaf8 is described below

commit f99716aaf85a00033131348e02ef0af2d8269ef5
Author: Wei Chu <we...@amazon.com>
AuthorDate: Thu May 12 10:47:01 2022 -0700

    update cudnn version for cu110 build
---
 tools/setup_gpu_build_tools.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/setup_gpu_build_tools.sh b/tools/setup_gpu_build_tools.sh
index 297fefded6..af7ec8f66e 100755
--- a/tools/setup_gpu_build_tools.sh
+++ b/tools/setup_gpu_build_tools.sh
@@ -46,7 +46,7 @@ elif [[ $VARIANT == cu110* ]]; then
     CUDA_SOLVER_VERSION='10.6.0.245-1'
     CUDA_NVTX_VERSION='11.0.167-1'
     LIBCUDA_VERSION='450.36.06-0ubuntu1'
-    LIBCUDNN_VERSION='8.0.4.30-1+cuda11.0'
+    LIBCUDNN_VERSION='8.0.5.39-1+cuda11.0'
     LIBNCCL_VERSION='2.7.8-1+cuda11.0'
 elif [[ $VARIANT == cu102* ]]; then
     CUDA_VERSION='10.2.89-1'