From 652f2f9e2d0166b46f1390f588f2c164358ef55d Mon Sep 17 00:00:00 2001 From: Harshit Monish <143435143+hmonishN@users.noreply.github.com> Date: Wed, 9 Oct 2024 16:02:57 -0700 Subject: [PATCH] Added cuDNN 9.5.0 public released version. cuDNN public release available at: https://developer.download.nvidia.com/compute/cudnn/redist/cudnn/linux-x86_64/#:~:text=cudnn%2Dlinux%2Dx86_64%2D9.5.0.50_cuda12%2Darchive.tar.xz This closes https://github.com/openxla/xla/pull/18118 PiperOrigin-RevId: 684202674 --- third_party/gpus/cuda/hermetic/cuda_redist_versions.bzl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/third_party/gpus/cuda/hermetic/cuda_redist_versions.bzl b/third_party/gpus/cuda/hermetic/cuda_redist_versions.bzl index 140879d7e..09c3efbb7 100644 --- a/third_party/gpus/cuda/hermetic/cuda_redist_versions.bzl +++ b/third_party/gpus/cuda/hermetic/cuda_redist_versions.bzl @@ -101,6 +101,10 @@ CUDNN_REDIST_JSON_DICT = { "https://developer.download.nvidia.com/compute/cudnn/redist/redistrib_9.4.0.json", "6eeaafc5cc3d4bb2f283e6298e4c55d4c59d7c83c5d9fd8721a2c0e55aee4e54", ], + "9.5.0": [ + "https://developer.download.nvidia.com/compute/cudnn/redist/redistrib_9.5.0.json", + "3939f0533fdd0d3aa7edd1ac358d43da18e438e5d8f39c3c15bb72519bad7fb5", + ], } # The versions are different for x86 and aarch64 architectures because only