You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by ma...@apache.org on 2020/11/12 21:55:52 UTC

[incubator-mxnet] branch v1.x updated: update cudnn from 7 to 8 for cu102 (#19522)

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

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


The following commit(s) were added to refs/heads/v1.x by this push:
     new f1ed842  update cudnn from 7 to 8 for cu102 (#19522)
f1ed842 is described below

commit f1ed8424730b436d55ca8baf3f684955f84ae807
Author: Manu Seth <22...@users.noreply.github.com>
AuthorDate: Thu Nov 12 13:53:30 2020 -0800

    update cudnn from 7 to 8 for cu102 (#19522)
---
 ci/docker/install/ubuntu_cudnn.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ci/docker/install/ubuntu_cudnn.sh b/ci/docker/install/ubuntu_cudnn.sh
index 1cc0b72..0699d80 100755
--- a/ci/docker/install/ubuntu_cudnn.sh
+++ b/ci/docker/install/ubuntu_cudnn.sh
@@ -38,7 +38,7 @@ case ${CUDA_VERSION} in
 		export libcudnn_dev_version="${CUDNN_VERSION}-1+cuda11.0"
 		;;
 	10\.2*)
-		export libcudnn_package="libcudnn7"
+		export libcudnn_package="libcudnn8"
 		export libcudnn_version="${CUDNN_VERSION}-1+cuda10.2"
 		export libcudnn_dev_version="${CUDNN_VERSION}-1+cuda10.2"
 		;;