You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by sa...@apache.org on 2020/10/21 04:04:31 UTC

[incubator-mxnet] branch v1.8.x updated: Update cudnn version. (#19375)

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

samskalicky pushed a commit to branch v1.8.x
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git


The following commit(s) were added to refs/heads/v1.8.x by this push:
     new 0c45f0f  Update cudnn version. (#19375)
0c45f0f is described below

commit 0c45f0f614a4adea524e738b7efae9ca5433e8b8
Author: Joe Evans <gi...@250hacks.net>
AuthorDate: Tue Oct 20 21:02:57 2020 -0700

    Update cudnn version. (#19375)
    
    Co-authored-by: Joe Evans <jo...@amazon.com>
---
 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 e2253b2..05323f9 100755
--- a/tools/setup_gpu_build_tools.sh
+++ b/tools/setup_gpu_build_tools.sh
@@ -36,7 +36,7 @@ if [[ $VARIANT == cu110* ]]; then
     CUDA_SOLVER_VERSION='10.6.0.245-1'
     CUDA_NVTX_VERSION='11.0.167-1'
     LIBCUDA_VERSION='450.51.06-0ubuntu1'
-    LIBCUDNN_VERSION='8.0.3.33-1+cuda11.0'
+    LIBCUDNN_VERSION='8.0.4.30-1+cuda11.0'
     LIBNCCL_VERSION='2.7.8-1+cuda11.0'
 elif [[ $VARIANT == cu102* ]]; then
     CUDA_VERSION='10.2.89-1'