Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Update cudnn version. (#19375)
Browse files Browse the repository at this point in the history
Co-authored-by: Joe Evans <[email protected]>
  • Loading branch information
josephevans and Joe Evans committed Oct 21, 2020
1 parent 58e5fc9 commit 0c45f0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/setup_gpu_build_tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 0c45f0f

Please sign in to comment.