@@ -250,14 +250,14 @@ jobs:
250
250
timeout-minutes : 600
251
251
secrets : inherit
252
252
253
- linux-focal-cuda11_8 -py3_10-gcc9 -build :
254
- name : linux-focal-cuda11.8 -py3.10-gcc9
253
+ linux-focal-cuda12_6 -py3_10-gcc11 -build-distributed :
254
+ name : linux-focal-cuda12.6 -py3.10-gcc11-build-distributed
255
255
uses : ./.github/workflows/_linux-build.yml
256
256
needs : get-label-type
257
257
with :
258
258
runner_prefix : " ${{ needs.get-label-type.outputs.label-type }}"
259
- build-environment : linux-focal-cuda11.8 -py3.10-gcc9
260
- docker-image-name : ci-image:pytorch-linux-focal-cuda11.8 -cudnn9-py3-gcc9
259
+ build-environment : linux-focal-cuda12.6 -py3.10-gcc11-distributed
260
+ docker-image-name : ci-image:pytorch-linux-focal-cuda12.6 -cudnn9-py3-gcc11
261
261
cuda-arch-list : ' 7.5'
262
262
test-matrix : |
263
263
{ include: [
@@ -267,17 +267,17 @@ jobs:
267
267
]}
268
268
secrets : inherit
269
269
270
- linux-focal-cuda11_8 -py3_10-gcc9 -test :
271
- name : linux-focal-cuda11.8 -py3.10-gcc9
270
+ linux-focal-cuda12_6 -py3_10-gcc11 -test-distributed :
271
+ name : linux-focal-cuda12.6 -py3.10-gcc11-test
272
272
uses : ./.github/workflows/_linux-test.yml
273
273
needs :
274
- - linux-focal-cuda11_8 -py3_10-gcc9 -build
274
+ - linux-focal-cuda12_6 -py3_10-gcc11 -build-distributed
275
275
- target-determination
276
276
with :
277
277
timeout-minutes : 360
278
- build-environment : linux-focal-cuda11.8 -py3.10-gcc9
279
- docker-image : ${{ needs.linux-focal-cuda11_8 -py3_10-gcc9 -build.outputs.docker-image }}
280
- test-matrix : ${{ needs.linux-focal-cuda11_8 -py3_10-gcc9 -build.outputs.test-matrix }}
278
+ build-environment : linux-focal-cuda12.6 -py3.10-gcc11-distributed
279
+ docker-image : ${{ needs.linux-focal-cuda12_6 -py3_10-gcc11 -build-distributed .outputs.docker-image }}
280
+ test-matrix : ${{ needs.linux-focal-cuda12_6 -py3_10-gcc11 -build-distributed .outputs.test-matrix }}
281
281
secrets : inherit
282
282
283
283
linux-focal-cuda12_6-py3_10-gcc11-build :
@@ -509,29 +509,29 @@ jobs:
509
509
test-matrix : ${{ needs.linux-jammy-py3-clang12-executorch-build.outputs.test-matrix }}
510
510
secrets : inherit
511
511
512
- linux-focal-cuda12_4 -py3_10-gcc9-inductor-build :
513
- name : cuda12.4 -py3.10-gcc9-sm75
512
+ linux-focal-cuda12_6 -py3_10-gcc9-inductor-build :
513
+ name : cuda12.6 -py3.10-gcc9-sm75
514
514
uses : ./.github/workflows/_linux-build.yml
515
515
needs : get-label-type
516
516
with :
517
517
runner_prefix : " ${{ needs.get-label-type.outputs.label-type }}"
518
- build-environment : linux-focal-cuda12.4 -py3.10-gcc9-sm75
519
- docker-image-name : ci-image:pytorch-linux-focal-cuda12.4 -cudnn9-py3-gcc9-inductor-benchmarks
518
+ build-environment : linux-focal-cuda12.6 -py3.10-gcc9-sm75
519
+ docker-image-name : ci-image:pytorch-linux-focal-cuda12.6 -cudnn9-py3-gcc9-inductor-benchmarks
520
520
cuda-arch-list : ' 7.5'
521
521
test-matrix : |
522
522
{ include: [
523
523
{ config: "pr_time_benchmarks", shard: 1, num_shards: 1, runner: "linux.g4dn.metal.nvidia.gpu" },
524
524
]}
525
525
secrets : inherit
526
526
527
- linux-focal-cuda12_4 -py3_10-gcc9-inductor-test :
528
- name : cuda12.4 -py3.10-gcc9-sm75
527
+ linux-focal-cuda12_6 -py3_10-gcc9-inductor-test :
528
+ name : cuda12.6 -py3.10-gcc9-sm75
529
529
uses : ./.github/workflows/_linux-test.yml
530
- needs : linux-focal-cuda12_4 -py3_10-gcc9-inductor-build
530
+ needs : linux-focal-cuda12_6 -py3_10-gcc9-inductor-build
531
531
with :
532
- build-environment : linux-focal-cuda12.4 -py3.10-gcc9-sm75
533
- docker-image : ${{ needs.linux-focal-cuda12_4 -py3_10-gcc9-inductor-build.outputs.docker-image }}
534
- test-matrix : ${{ needs.linux-focal-cuda12_4 -py3_10-gcc9-inductor-build.outputs.test-matrix }}
532
+ build-environment : linux-focal-cuda12.6 -py3.10-gcc9-sm75
533
+ docker-image : ${{ needs.linux-focal-cuda12_6 -py3_10-gcc9-inductor-build.outputs.docker-image }}
534
+ test-matrix : ${{ needs.linux-focal-cuda12_6 -py3_10-gcc9-inductor-build.outputs.test-matrix }}
535
535
secrets : inherit
536
536
537
537
linux-jammy-xpu-2025_1-py3_9-build :
0 commit comments