@@ -70,6 +70,10 @@ CUDA_REDIST_JSON_DICT = {
70
70
"https://developer.download.nvidia.com/compute/cuda/redist/redistrib_12.6.3.json" ,
71
71
"9c598598457a6463eb92889080c16b2b9dc04150e501b8bfc1536d403ba70aaf" ,
72
72
],
73
+ "12.8.0" : [
74
+ "https://developer.download.nvidia.com/compute/cuda/redist/redistrib_12.8.0.json" ,
75
+ "daa0d766b36feaa933592162c27be5fb63b68fc547ca6886c160a35d96ee8891" ,
76
+ ],
73
77
}
74
78
75
79
CUDNN_REDIST_JSON_DICT = {
@@ -121,6 +125,10 @@ CUDNN_REDIST_JSON_DICT = {
121
125
"https://developer.download.nvidia.com/compute/cudnn/redist/redistrib_9.6.0.json" ,
122
126
"6dd9a931d981fe5afc7e7ed0c422a4035b1411db4e28a39cf2429e62e3efcd3e" ,
123
127
],
128
+ "9.7.0" : [
129
+ "https://developer.download.nvidia.com/compute/cudnn/redist/redistrib_9.7.0.json" ,
130
+ "e715c1d028585d228c4678c2cdc5ad9a34fde54515a1c52aa60e36021a90dd90" ,
131
+ ],
124
132
}
125
133
126
134
CUDA_12_NCCL_WHEEL_DICT = {
@@ -159,12 +167,14 @@ CUDA_NCCL_WHEELS = {
159
167
"12.6.1" : CUDA_12_NCCL_WHEEL_DICT ,
160
168
"12.6.2" : CUDA_12_NCCL_WHEEL_DICT ,
161
169
"12.6.3" : CUDA_12_NCCL_WHEEL_DICT ,
170
+ "12.8.0" : CUDA_12_NCCL_WHEEL_DICT ,
162
171
}
163
172
164
173
REDIST_VERSIONS_TO_BUILD_TEMPLATES = {
165
174
"nvidia_driver" : {
166
175
"repo_name" : "cuda_driver" ,
167
176
"version_to_template" : {
177
+ "570" : "//third_party/gpus/cuda/hermetic:cuda_driver.BUILD.tpl" ,
168
178
"560" : "//third_party/gpus/cuda/hermetic:cuda_driver.BUILD.tpl" ,
169
179
"555" : "//third_party/gpus/cuda/hermetic:cuda_driver.BUILD.tpl" ,
170
180
"550" : "//third_party/gpus/cuda/hermetic:cuda_driver.BUILD.tpl" ,
0 commit comments