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 18:07:58 UTC

[incubator-mxnet] branch v1.9.1-test updated: update nccl 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 6f350077c5 update nccl version for cu110 build
6f350077c5 is described below

commit 6f350077c54e5120dd9cdfcd287f507b91f84d35
Author: Wei Chu <we...@amazon.com>
AuthorDate: Thu May 12 11:07:28 2022 -0700

    update nccl 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 af7ec8f66e..544e29f2db 100755
--- a/tools/setup_gpu_build_tools.sh
+++ b/tools/setup_gpu_build_tools.sh
@@ -47,7 +47,7 @@ elif [[ $VARIANT == cu110* ]]; then
     CUDA_NVTX_VERSION='11.0.167-1'
     LIBCUDA_VERSION='450.36.06-0ubuntu1'
     LIBCUDNN_VERSION='8.0.5.39-1+cuda11.0'
-    LIBNCCL_VERSION='2.7.8-1+cuda11.0'
+    LIBNCCL_VERSION='2.12.10-1+cuda11.0'
 elif [[ $VARIANT == cu102* ]]; then
     CUDA_VERSION='10.2.89-1'
     CUDA_PATCH_VERSION='10.2.2.89-1'