|
51 | 51 | issue_owner: ${{ github.event.pull_request.user.login || github.event.issue.user.login }}
|
52 | 52 | curr_branch: ${{ github.head_ref || github.ref_name }}
|
53 | 53 | curr_ref_type: ${{ github.ref_type }}
|
54 |
| - |
55 |
| - # Moved from rocm-mi300.yml |
56 |
| - |
57 |
| - linux-focal-rocm6_3-py3_10-build: |
58 |
| - if: ${{ (github.event_name != 'schedule' || github.repository == 'pytorch/pytorch') && github.repository_owner == 'pytorch' }} |
59 |
| - name: linux-focal-rocm6.3-py3.10 |
60 |
| - uses: ./.github/workflows/_linux-build.yml |
61 |
| - needs: get-label-type |
62 |
| - with: |
63 |
| - runner_prefix: "${{ needs.get-label-type.outputs.label-type }}" |
64 |
| - build-environment: linux-focal-rocm6.3-py3.10 |
65 |
| - docker-image-name: pytorch-linux-focal-rocm-n-py3 |
66 |
| - sync-tag: rocm-build |
67 |
| - test-matrix: | |
68 |
| - { include: [ |
69 |
| - { config: "default", shard: 1, num_shards: 6, runner: "linux.rocm.gpu.mi300.2" }, |
70 |
| - { config: "default", shard: 2, num_shards: 6, runner: "linux.rocm.gpu.mi300.2" }, |
71 |
| - { config: "default", shard: 3, num_shards: 6, runner: "linux.rocm.gpu.mi300.2" }, |
72 |
| - { config: "default", shard: 4, num_shards: 6, runner: "linux.rocm.gpu.mi300.2" }, |
73 |
| - { config: "default", shard: 5, num_shards: 6, runner: "linux.rocm.gpu.mi300.2" }, |
74 |
| - { config: "default", shard: 6, num_shards: 6, runner: "linux.rocm.gpu.mi300.2" }, |
75 |
| - ]} |
76 |
| - secrets: inherit |
77 |
| - |
78 |
| - linux-focal-rocm6_3-py3_10-test: |
79 |
| - permissions: |
80 |
| - id-token: write |
81 |
| - contents: read |
82 |
| - name: linux-focal-rocm6.3-py3.10 |
83 |
| - uses: ./.github/workflows/_rocm-test.yml |
84 |
| - needs: |
85 |
| - - linux-focal-rocm6_3-py3_10-build |
86 |
| - - target-determination |
87 |
| - with: |
88 |
| - build-environment: linux-focal-rocm6.3-py3.10 |
89 |
| - docker-image: ${{ needs.linux-focal-rocm6_3-py3_10-build.outputs.docker-image }} |
90 |
| - test-matrix: ${{ needs.linux-focal-rocm6_3-py3_10-build.outputs.test-matrix }} |
91 |
| - secrets: inherit |
92 |
| - |
93 |
| - # Moved from inductor-rocm-mi300.yml |
94 |
| - |
95 |
| - linux-focal-rocm6_3-py3_10-inductor-build: |
96 |
| - name: rocm6.3-py3.10-inductor |
97 |
| - uses: ./.github/workflows/_linux-build.yml |
98 |
| - needs: get-label-type |
99 |
| - with: |
100 |
| - runner_prefix: "${{ needs.get-label-type.outputs.label-type }}" |
101 |
| - build-environment: linux-focal-rocm6.3-py3.10 |
102 |
| - docker-image-name: pytorch-linux-focal-rocm-n-py3 |
103 |
| - test-matrix: | |
104 |
| - { include: [ |
105 |
| - { config: "inductor", shard: 1, num_shards: 2, runner: "linux.rocm.gpu.mi300.2" }, |
106 |
| - { config: "inductor", shard: 2, num_shards: 2, runner: "linux.rocm.gpu.mi300.2" }, |
107 |
| - ]} |
108 |
| - secrets: inherit |
109 |
| - |
110 |
| - linux-focal-rocm6_3-py3_10-inductor-test: |
111 |
| - permissions: |
112 |
| - id-token: write |
113 |
| - contents: read |
114 |
| - name: rocm6.3-py3.10-inductor |
115 |
| - uses: ./.github/workflows/_rocm-test.yml |
116 |
| - needs: linux-focal-rocm6_3-py3_10-inductor-build |
117 |
| - with: |
118 |
| - build-environment: linux-focal-rocm6.3-py3.10 |
119 |
| - docker-image: ${{ needs.linux-focal-rocm6_3-py3_10-inductor-build.outputs.docker-image }} |
120 |
| - test-matrix: ${{ needs.linux-focal-rocm6_3-py3_10-inductor-build.outputs.test-matrix }} |
121 |
| - secrets: inherit |
0 commit comments