@@ -110,7 +110,7 @@ binary_common: &binary_common
110
110
wheel_docker_image :
111
111
description : " Wheel only: what docker image to use"
112
112
type : string
113
- default : " pytorch/manylinux-cuda113 "
113
+ default : " pytorch/manylinux-cuda116 "
114
114
conda_docker_image :
115
115
description : " Conda only: what docker image to use"
116
116
type : string
@@ -262,7 +262,7 @@ jobs:
262
262
<< : *binary_common
263
263
264
264
docker :
265
- - image : " pytorch/manylinux-cuda113 "
265
+ - image : " pytorch/manylinux-cuda117 "
266
266
resource_class : 2xlarge+
267
267
268
268
environment :
@@ -315,7 +315,7 @@ jobs:
315
315
image : ubuntu-2004-cuda-11.4:202110-01
316
316
resource_class : gpu.nvidia.medium
317
317
environment :
318
- image_name : " pytorch/manylinux-cuda113 "
318
+ image_name : " pytorch/manylinux-cuda117 "
319
319
TAR_OPTIONS : --no-same-owner
320
320
PYTHON_VERSION : << parameters.python_version >>
321
321
CU_VERSION : << parameters.cu_version >>
@@ -375,7 +375,7 @@ jobs:
375
375
image : ubuntu-2004-cuda-11.4:202110-01
376
376
resource_class : gpu.nvidia.medium
377
377
environment :
378
- image_name : " pytorch/manylinux-cuda113 "
378
+ image_name : " pytorch/manylinux-cuda117 "
379
379
TAR_OPTIONS : --no-same-owner
380
380
PYTHON_VERSION : << parameters.python_version >>
381
381
CU_VERSION : << parameters.cu_version >>
@@ -480,7 +480,7 @@ jobs:
480
480
image : ubuntu-2004-cuda-11.4:202110-01
481
481
resource_class : gpu.nvidia.medium
482
482
environment :
483
- image_name : " pytorch/manylinux-cuda113 "
483
+ image_name : " pytorch/manylinux-cuda117 "
484
484
TAR_OPTIONS : --no-same-owner
485
485
PYTHON_VERSION : << parameters.python_version >>
486
486
CU_VERSION : << parameters.cu_version >>
@@ -525,7 +525,7 @@ jobs:
525
525
image : ubuntu-2004-cuda-11.4:202110-01
526
526
resource_class : gpu.nvidia.medium
527
527
environment :
528
- image_name : " pytorch/manylinux-cuda113 "
528
+ image_name : " pytorch/manylinux-cuda117 "
529
529
TAR_OPTIONS : --no-same-owner
530
530
PYTHON_VERSION : << parameters.python_version >>
531
531
CU_VERSION : << parameters.cu_version >>
@@ -570,7 +570,7 @@ jobs:
570
570
image : ubuntu-2004-cuda-11.4:202110-01
571
571
resource_class : gpu.nvidia.medium
572
572
environment :
573
- image_name : " pytorch/manylinux-cuda113 "
573
+ image_name : " pytorch/manylinux-cuda117 "
574
574
TAR_OPTIONS : --no-same-owner
575
575
PYTHON_VERSION : << parameters.python_version >>
576
576
CU_VERSION : << parameters.cu_version >>
@@ -615,7 +615,7 @@ jobs:
615
615
image : ubuntu-2004-cuda-11.4:202110-01
616
616
resource_class : gpu.nvidia.medium
617
617
environment :
618
- image_name : " pytorch/manylinux-cuda113 "
618
+ image_name : " pytorch/manylinux-cuda117 "
619
619
TAR_OPTIONS : --no-same-owner
620
620
PYTHON_VERSION : << parameters.python_version >>
621
621
CU_VERSION : << parameters.cu_version >>
@@ -660,7 +660,7 @@ jobs:
660
660
image : ubuntu-2004-cuda-11.4:202110-01
661
661
resource_class : gpu.nvidia.medium
662
662
environment :
663
- image_name : " pytorch/manylinux-cuda113 "
663
+ image_name : " pytorch/manylinux-cuda117 "
664
664
TAR_OPTIONS : --no-same-owner
665
665
PYTHON_VERSION : << parameters.python_version >>
666
666
CU_VERSION : << parameters.cu_version >>
@@ -703,7 +703,7 @@ jobs:
703
703
image : ubuntu-2004-cuda-11.4:202110-01
704
704
resource_class : gpu.nvidia.medium
705
705
environment :
706
- image_name : " pytorch/manylinux-cuda113 "
706
+ image_name : " pytorch/manylinux-cuda117 "
707
707
TAR_OPTIONS : --no-same-owner
708
708
PYTHON_VERSION : << parameters.python_version >>
709
709
CU_VERSION : << parameters.cu_version >>
@@ -760,7 +760,7 @@ jobs:
760
760
<< : *binary_common
761
761
762
762
docker :
763
- - image : " pytorch/manylinux-cuda113 "
763
+ - image : " pytorch/manylinux-cuda116 "
764
764
resource_class : 2xlarge+
765
765
766
766
environment :
@@ -813,7 +813,7 @@ jobs:
813
813
image : ubuntu-2004-cuda-11.4:202110-01
814
814
resource_class : gpu.nvidia.medium
815
815
environment :
816
- image_name : " pytorch/manylinux-cuda113 "
816
+ image_name : " pytorch/manylinux-cuda116 "
817
817
TAR_OPTIONS : --no-same-owner
818
818
PYTHON_VERSION : << parameters.python_version >>
819
819
CU_VERSION : << parameters.cu_version >>
@@ -872,7 +872,7 @@ jobs:
872
872
image : ubuntu-2004-cuda-11.4:202110-01
873
873
resource_class : gpu.nvidia.medium
874
874
environment :
875
- image_name : " pytorch/manylinux-cuda113 "
875
+ image_name : " pytorch/manylinux-cuda116 "
876
876
TAR_OPTIONS : --no-same-owner
877
877
PYTHON_VERSION : << parameters.python_version >>
878
878
CU_VERSION : << parameters.cu_version >>
@@ -1178,19 +1178,19 @@ workflows:
1178
1178
name : unittest_linux_cpu_py3.7
1179
1179
python_version : ' 3.7'
1180
1180
- unittest_linux_gpu :
1181
- cu_version : cu113
1181
+ cu_version : cu117
1182
1182
name : unittest_linux_gpu_py3.7
1183
1183
python_version : ' 3.7'
1184
1184
- unittest_linux_optdeps_gpu :
1185
- cu_version : cu113
1185
+ cu_version : cu117
1186
1186
name : unittest_linux_optdeps_gpu_py3.7
1187
1187
python_version : ' 3.7'
1188
1188
- unittest_linux_stable_cpu :
1189
1189
cu_version : cpu
1190
1190
name : unittest_linux_stable_cpu_py3.7
1191
1191
python_version : ' 3.7'
1192
1192
- unittest_linux_stable_gpu :
1193
- cu_version : cu113
1193
+ cu_version : cu116
1194
1194
name : unittest_linux_stable_gpu_py3.7
1195
1195
python_version : ' 3.7'
1196
1196
@@ -1203,44 +1203,44 @@ workflows:
1203
1203
name : unittest_linux_cpu_py3.8
1204
1204
python_version : ' 3.8'
1205
1205
- unittest_linux_gpu :
1206
- cu_version : cu113
1206
+ cu_version : cu117
1207
1207
name : unittest_linux_gpu_py3.8
1208
1208
python_version : ' 3.8'
1209
1209
- unittest_linux_optdeps_gpu :
1210
- cu_version : cu113
1210
+ cu_version : cu117
1211
1211
name : unittest_linux_optdeps_gpu_py3.8
1212
1212
python_version : ' 3.8'
1213
1213
- unittest_linux_stable_cpu :
1214
1214
cu_version : cpu
1215
1215
name : unittest_linux_stable_cpu_py3.8
1216
1216
python_version : ' 3.8'
1217
1217
- unittest_linux_stable_gpu :
1218
- cu_version : cu113
1218
+ cu_version : cu116
1219
1219
name : unittest_linux_stable_gpu_py3.8
1220
1220
python_version : ' 3.8'
1221
1221
# we test supported libs for 3.8 only
1222
1222
- unittest_linux_habitat_gpu :
1223
- cu_version : cu113
1223
+ cu_version : cu117
1224
1224
name : unittest_linux_habitat_gpu_py3.8
1225
1225
python_version : ' 3.8'
1226
1226
- unittest_linux_jumanji_gpu :
1227
- cu_version : cu113
1227
+ cu_version : cu117
1228
1228
name : unittest_linux_jumanji_gpu_py3.8
1229
1229
python_version : ' 3.8'
1230
1230
- unittest_linux_envpool_gpu :
1231
- cu_version : cu113
1231
+ cu_version : cu117
1232
1232
name : unittest_linux_envpool_gpu_py3.8
1233
1233
python_version : ' 3.8'
1234
1234
- unittest_linux_brax_gpu :
1235
- cu_version : cu113
1235
+ cu_version : cu117
1236
1236
name : unittest_linux_brax_gpu_py3.8
1237
1237
python_version : ' 3.8'
1238
1238
- unittest_linux_vmas_gpu :
1239
- cu_version : cu113
1239
+ cu_version : cu117
1240
1240
name : unittest_linux_vmas_gpu_py3.8
1241
1241
python_version : ' 3.8'
1242
1242
- unittest_linux_gym_gpu :
1243
- cu_version : cu113
1243
+ cu_version : cu117
1244
1244
name : unittest_linux_gym_gpu_py3.8
1245
1245
python_version : ' 3.8'
1246
1246
@@ -1254,19 +1254,19 @@ workflows:
1254
1254
name : unittest_linux_cpu_py3.9
1255
1255
python_version : ' 3.9'
1256
1256
- unittest_linux_gpu :
1257
- cu_version : cu113
1257
+ cu_version : cu117
1258
1258
name : unittest_linux_gpu_py3.9
1259
1259
python_version : ' 3.9'
1260
1260
- unittest_linux_optdeps_gpu :
1261
- cu_version : cu113
1261
+ cu_version : cu117
1262
1262
name : unittest_linux_optdeps_gpu_py3.9
1263
1263
python_version : ' 3.9'
1264
1264
- unittest_linux_stable_cpu :
1265
1265
cu_version : cpu
1266
1266
name : unittest_linux_stable_cpu_py3.9
1267
1267
python_version : ' 3.9'
1268
1268
- unittest_linux_stable_gpu :
1269
- cu_version : cu113
1269
+ cu_version : cu116
1270
1270
name : unittest_linux_stable_gpu_py3.9
1271
1271
python_version : ' 3.9'
1272
1272
@@ -1279,29 +1279,29 @@ workflows:
1279
1279
name : unittest_linux_cpu_py3.10
1280
1280
python_version : ' 3.10'
1281
1281
- unittest_linux_gpu :
1282
- cu_version : cu113
1282
+ cu_version : cu117
1283
1283
name : unittest_linux_gpu_py3.10
1284
1284
python_version : ' 3.10'
1285
1285
- unittest_linux_optdeps_gpu :
1286
- cu_version : cu113
1286
+ cu_version : cu117
1287
1287
name : unittest_linux_optdeps_gpu_py3.10
1288
1288
python_version : ' 3.10'
1289
1289
- unittest_linux_stable_cpu :
1290
1290
cu_version : cpu
1291
1291
name : unittest_linux_stable_cpu_py3.10
1292
1292
python_version : ' 3.10'
1293
1293
- unittest_linux_stable_gpu :
1294
- cu_version : cu113
1294
+ cu_version : cu116
1295
1295
name : unittest_linux_stable_gpu_py3.10
1296
1296
python_version : ' 3.10'
1297
1297
1298
1298
- unittest_linux_olddeps_gpu :
1299
- cu_version : cu113
1299
+ cu_version : cu116
1300
1300
name : unittest_linux_olddeps_gpu_py3.9
1301
1301
python_version : ' 3.9'
1302
1302
1303
1303
- unittest_linux_examples_gpu :
1304
- cu_version : cu113
1304
+ cu_version : cu117
1305
1305
name : unittest_linux_examples_gpu_py3.9
1306
1306
python_version : ' 3.9'
1307
1307
0 commit comments