File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ commands:
94
94
- << parameters.install-dir >>
95
95
96
96
install-cudnn :
97
- description : " Install CUDNN 8.9.0 "
97
+ description : " Install CUDNN 8.9.1 "
98
98
parameters :
99
99
os :
100
100
type : string
@@ -104,7 +104,7 @@ commands:
104
104
default : " x86_64"
105
105
cudnn-version :
106
106
type : string
107
- default : " 8.9.0.131 "
107
+ default : " 8.9.1.23 "
108
108
cuda-version :
109
109
type : string
110
110
default : " cuda12.1"
@@ -183,7 +183,7 @@ commands:
183
183
default : " cuda12.0"
184
184
cudnn-version :
185
185
type : string
186
- default : " 8.9.0.131 "
186
+ default : " 8.9.1.23 "
187
187
trt-version-short :
188
188
type : string
189
189
default : " 8.6.1"
@@ -235,7 +235,7 @@ commands:
235
235
default : " 8.6.1"
236
236
cudnn-version-long :
237
237
type : string
238
- default : " 8.9.0.131 "
238
+ default : " 8.9.1.23 "
239
239
steps :
240
240
- run :
241
241
name : Set up python environment
@@ -252,7 +252,7 @@ commands:
252
252
parameters :
253
253
torch-build :
254
254
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"
256
256
torchvision-build :
257
257
type : string
258
258
default : " 0.16.0.dev20230613+cu121"
@@ -1359,7 +1359,7 @@ parameters:
1359
1359
default : true
1360
1360
cudnn-version :
1361
1361
type : string
1362
- default : " 8.9.0.131 "
1362
+ default : " 8.9.1.23 "
1363
1363
trt-version-short :
1364
1364
type : string
1365
1365
default : " 8.6.1"
Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ These are the following dependencies used to verify the testcases. Torch-TensorR
118
118
- Bazel 5.2.0
119
119
- Libtorch 2.1.0.dev20230613 (built with CUDA 12.1)
120
120
- CUDA 12.1
121
- - cuDNN 8.9.0
121
+ - cuDNN 8.9.1
122
122
- TensorRT 8.6.1
123
123
124
124
## Prebuilt Binaries and Wheel files
Original file line number Diff line number Diff line change @@ -71,10 +71,10 @@ http_archive(
71
71
http_archive (
72
72
name = "cudnn" ,
73
73
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" ,
76
76
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" ,
78
78
],
79
79
)
80
80
You can’t perform that action at this time.
0 commit comments