Skip to content

Commit 35cf342

Browse files
committed
Revert "Downgrade to CuDNN 8.9.0"
This reverts commit 5e5a6d9.
1 parent 5e5a6d9 commit 35cf342

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.circleci/config.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ commands:
9494
- << parameters.install-dir >>
9595

9696
install-cudnn:
97-
description: "Install CUDNN 8.9.0"
97+
description: "Install CUDNN 8.9.1"
9898
parameters:
9999
os:
100100
type: string
@@ -104,7 +104,7 @@ commands:
104104
default: "x86_64"
105105
cudnn-version:
106106
type: string
107-
default: "8.9.0.131"
107+
default: "8.9.1.23"
108108
cuda-version:
109109
type: string
110110
default: "cuda12.1"
@@ -183,7 +183,7 @@ commands:
183183
default: "cuda12.0"
184184
cudnn-version:
185185
type: string
186-
default: "8.9.0.131"
186+
default: "8.9.1.23"
187187
trt-version-short:
188188
type: string
189189
default: "8.6.1"
@@ -235,7 +235,7 @@ commands:
235235
default: "8.6.1"
236236
cudnn-version-long:
237237
type: string
238-
default: "8.9.0.131"
238+
default: "8.9.1.23"
239239
steps:
240240
- run:
241241
name: Set up python environment
@@ -252,7 +252,7 @@ commands:
252252
parameters:
253253
torch-build:
254254
type: string
255-
default: "2.1.0.dev20230613+cu121.with.pypi.cudnn.with.pypi.cudnn"
255+
default: "2.1.0.dev20230613+cu121.with.pypi.cudnn"
256256
torchvision-build:
257257
type: string
258258
default: "0.16.0.dev20230613+cu121"
@@ -1359,7 +1359,7 @@ parameters:
13591359
default: true
13601360
cudnn-version:
13611361
type: string
1362-
default: "8.9.0.131"
1362+
default: "8.9.1.23"
13631363
trt-version-short:
13641364
type: string
13651365
default: "8.6.1"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ These are the following dependencies used to verify the testcases. Torch-TensorR
118118
- Bazel 5.2.0
119119
- Libtorch 2.1.0.dev20230613 (built with CUDA 12.1)
120120
- CUDA 12.1
121-
- cuDNN 8.9.0
121+
- cuDNN 8.9.1
122122
- TensorRT 8.6.1
123123

124124
## Prebuilt Binaries and Wheel files

WORKSPACE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,10 @@ http_archive(
7171
http_archive(
7272
name = "cudnn",
7373
build_file = "@//third_party/cudnn/archive:BUILD",
74-
sha256 = "477631002be61022b60961cba0a501271507a93f81d6b08384bc320cb8706c98",
75-
strip_prefix = "cudnn-linux-x86_64-8.9.0.131_cuda12-archive",
74+
sha256 = "35163c5c542be0c511738b27e25235193cbeedc5e0e006e44b1cdeaf1922e83e",
75+
strip_prefix = "cudnn-linux-x86_64-8.9.1.23_cuda12-archive",
7676
urls = [
77-
"https://developer.nvidia.com/downloads/compute/cudnn/secure/8.9.0/local_installers/12.x/cudnn-linux-x86_64-8.9.0.131_cuda12-archive.tar.xz",
77+
"https://developer.nvidia.com/downloads/compute/cudnn/secure/8.9.1/local_installers/12.x/cudnn-linux-x86_64-8.9.1.23_cuda12-archive.tar.xz",
7878
],
7979
)
8080

0 commit comments

Comments
 (0)