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

Update libcudnn version. #19375

Merged
merged 1 commit into from
Oct 21, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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