@@ -278,14 +278,14 @@ jobs:
278
278
test-matrix : ${{ needs.linux-focal-cuda11_8-py3_10-gcc9-build.outputs.test-matrix }}
279
279
secrets : inherit
280
280
281
- linux-focal-cuda12_6-py3_10-gcc9 -build :
282
- name : linux-focal-cuda12.6-py3.10-gcc9
281
+ linux-focal-cuda12_6-py3_10-gcc11 -build :
282
+ name : linux-focal-cuda12.6-py3.10-gcc11
283
283
uses : ./.github/workflows/_linux-build.yml
284
284
needs : get-label-type
285
285
with :
286
286
runner_prefix : " ${{ needs.get-label-type.outputs.label-type }}"
287
- build-environment : linux-focal-cuda12.6-py3.10-gcc9
288
- docker-image-name : pytorch-linux-focal-cuda12.6-cudnn9-py3-gcc9
287
+ build-environment : linux-focal-cuda12.6-py3.10-gcc11
288
+ docker-image-name : pytorch-linux-focal-cuda12.6-cudnn9-py3-gcc11
289
289
test-matrix : |
290
290
{ include: [
291
291
{ config: "default", shard: 1, num_shards: 5, runner: "${{ needs.get-label-type.outputs.label-type }}linux.4xlarge.nvidia.gpu" },
@@ -296,17 +296,17 @@ jobs:
296
296
]}
297
297
secrets : inherit
298
298
299
- linux-focal-cuda12_6-py3_10-gcc9 -test :
300
- name : linux-focal-cuda12.6-py3.10-gcc9
299
+ linux-focal-cuda12_6-py3_10-gcc11 -test :
300
+ name : linux-focal-cuda12.6-py3.10-gcc11
301
301
uses : ./.github/workflows/_linux-test.yml
302
302
needs :
303
- - linux-focal-cuda12_6-py3_10-gcc9 -build
303
+ - linux-focal-cuda12_6-py3_10-gcc11 -build
304
304
- target-determination
305
305
with :
306
306
timeout-minutes : 360
307
- build-environment : linux-focal-cuda12.6-py3.10-gcc9
308
- docker-image : ${{ needs.linux-focal-cuda12_6-py3_10-gcc9 -build.outputs.docker-image }}
309
- test-matrix : ${{ needs.linux-focal-cuda12_6-py3_10-gcc9 -build.outputs.test-matrix }}
307
+ build-environment : linux-focal-cuda12.6-py3.10-gcc11
308
+ docker-image : ${{ needs.linux-focal-cuda12_6-py3_10-gcc11 -build.outputs.docker-image }}
309
+ test-matrix : ${{ needs.linux-focal-cuda12_6-py3_10-gcc11 -build.outputs.test-matrix }}
310
310
secrets : inherit
311
311
312
312
linux-jammy-py3-clang12-mobile-build :
@@ -381,14 +381,14 @@ jobs:
381
381
]}
382
382
secrets : inherit
383
383
384
- linux-focal-cpu-py3_10-gcc9 -bazel-test :
385
- name : linux-focal-cpu-py3.10-gcc9 -bazel-test
384
+ linux-focal-cpu-py3_10-gcc11 -bazel-test :
385
+ name : linux-focal-cpu-py3.10-gcc11 -bazel-test
386
386
uses : ./.github/workflows/_bazel-build-test.yml
387
387
needs : get-label-type
388
388
with :
389
389
runner : " ${{ needs.get-label-type.outputs.label-type }}linux.large"
390
- build-environment : linux-focal-cuda12.6-py3.10-gcc9 -bazel-test
391
- docker-image-name : pytorch-linux-focal-cuda12.6-cudnn9-py3-gcc9
390
+ build-environment : linux-focal-cuda12.6-py3.10-gcc11 -bazel-test
391
+ docker-image-name : pytorch-linux-focal-cuda12.6-cudnn9-py3-gcc11
392
392
cuda-version : cpu
393
393
test-matrix : |
394
394
{ include: [
@@ -402,7 +402,7 @@ jobs:
402
402
needs : get-label-type
403
403
with :
404
404
runner_prefix : " ${{ needs.get-label-type.outputs.label-type }}"
405
- build-environment : linux-jammy-py3.9-gcc111 -mobile-lightweight-dispatch-build
405
+ build-environment : linux-jammy-py3.9-gcc11 -mobile-lightweight-dispatch-build
406
406
docker-image-name : pytorch-linux-jammy-py3.9-gcc11
407
407
build-generates-artifacts : false
408
408
test-matrix : |
@@ -430,14 +430,14 @@ jobs:
430
430
]}
431
431
secrets : inherit
432
432
433
- linux-focal-cuda12_6-py3_10-gcc9 -sm89-build :
434
- name : linux-focal-cuda12.6-py3.10-gcc9 -sm89
433
+ linux-focal-cuda12_6-py3_10-gcc11 -sm89-build :
434
+ name : linux-focal-cuda12.6-py3.10-gcc11 -sm89
435
435
uses : ./.github/workflows/_linux-build.yml
436
436
needs : get-label-type
437
437
with :
438
438
runner_prefix : " ${{ needs.get-label-type.outputs.label-type }}"
439
- build-environment : linux-focal-cuda12.6-py3.10-gcc9 -sm89
440
- docker-image-name : pytorch-linux-focal-cuda12.6-cudnn9-py3-gcc9
439
+ build-environment : linux-focal-cuda12.6-py3.10-gcc11 -sm89
440
+ docker-image-name : pytorch-linux-focal-cuda12.6-cudnn9-py3-gcc11
441
441
cuda-arch-list : 8.9
442
442
test-matrix : |
443
443
{ include: [
@@ -449,16 +449,16 @@ jobs:
449
449
]}
450
450
secrets : inherit
451
451
452
- unstable-linux-focal-cuda12_6-py3_10-gcc9 -sm89-build-xfail :
452
+ unstable-linux-focal-cuda12_6-py3_10-gcc11 -sm89-build-xfail :
453
453
# A version of the build that sets a larger number of jobs for a build. May
454
454
# OOM
455
- name : unstable-linux-focal-cuda12.6-py3.10-gcc9 -sm89-xfail
455
+ name : unstable-linux-focal-cuda12.6-py3.10-gcc11 -sm89-xfail
456
456
uses : ./.github/workflows/_linux-build.yml
457
457
needs : get-label-type
458
458
with :
459
459
runner_prefix : " ${{ needs.get-label-type.outputs.label-type }}"
460
- build-environment : linux-focal-cuda12.6-py3.10-gcc9 -sm89
461
- docker-image-name : pytorch-linux-focal-cuda12.6-cudnn9-py3-gcc9
460
+ build-environment : linux-focal-cuda12.6-py3.10-gcc11 -sm89
461
+ docker-image-name : pytorch-linux-focal-cuda12.6-cudnn9-py3-gcc11
462
462
cuda-arch-list : 8.9
463
463
max-jobs : 4
464
464
# Doesn't actually run tests, but need this in order to prevent the build
@@ -469,16 +469,16 @@ jobs:
469
469
]}
470
470
secrets : inherit
471
471
472
- linux-focal-cuda12_6-py3_10-gcc9 -sm89-test :
473
- name : linux-focal-cuda12.6-py3.10-gcc9 -sm89
472
+ linux-focal-cuda12_6-py3_10-gcc11 -sm89-test :
473
+ name : linux-focal-cuda12.6-py3.10-gcc11 -sm89
474
474
uses : ./.github/workflows/_linux-test.yml
475
475
needs :
476
- - linux-focal-cuda12_6-py3_10-gcc9 -sm89-build
476
+ - linux-focal-cuda12_6-py3_10-gcc11 -sm89-build
477
477
- target-determination
478
478
with :
479
- build-environment : linux-focal-cuda12.6-py3.10-gcc9 -sm89
480
- docker-image : ${{ needs.linux-focal-cuda12_6-py3_10-gcc9 -sm89-build.outputs.docker-image }}
481
- test-matrix : ${{ needs.linux-focal-cuda12_6-py3_10-gcc9 -sm89-build.outputs.test-matrix }}
479
+ build-environment : linux-focal-cuda12.6-py3.10-gcc11 -sm89
480
+ docker-image : ${{ needs.linux-focal-cuda12_6-py3_10-gcc11 -sm89-build.outputs.docker-image }}
481
+ test-matrix : ${{ needs.linux-focal-cuda12_6-py3_10-gcc11 -sm89-build.outputs.test-matrix }}
482
482
secrets : inherit
483
483
484
484
linux-jammy-py3-clang12-executorch-build :
0 commit comments