@@ -164,13 +164,13 @@ jobs:
164164 runner : " ${{ needs.get-label-type.outputs.label-type }}windows.4xlarge.nonephemeral"
165165 secrets : inherit
166166
167- linux-focal-rocm6_2 -py3_10-build :
168- name : linux-focal-rocm6.2 -py3.10
167+ linux-focal-rocm6_3 -py3_10-build :
168+ name : linux-focal-rocm6.3 -py3.10
169169 uses : ./.github/workflows/_linux-build.yml
170170 needs : get-label-type
171171 with :
172172 runner_prefix : " ${{ needs.get-label-type.outputs.label-type }}"
173- build-environment : linux-focal-rocm6.2 -py3.10
173+ build-environment : linux-focal-rocm6.3 -py3.10
174174 docker-image-name : pytorch-linux-focal-rocm-n-py3
175175 sync-tag : rocm-build
176176 test-matrix : |
@@ -181,19 +181,19 @@ jobs:
181181 ]}
182182 secrets : inherit
183183
184- linux-focal-rocm6_2 -py3_10-test :
184+ linux-focal-rocm6_3 -py3_10-test :
185185 permissions :
186186 id-token : write
187187 contents : read
188- name : linux-focal-rocm6.2 -py3.10
188+ name : linux-focal-rocm6.3 -py3.10
189189 uses : ./.github/workflows/_rocm-test.yml
190190 needs :
191- - linux-focal-rocm6_2 -py3_10-build
191+ - linux-focal-rocm6_3 -py3_10-build
192192 - target-determination
193193 with :
194- build-environment : linux-focal-rocm6.2 -py3.10
195- docker-image : ${{ needs.linux-focal-rocm6_2 -py3_10-build.outputs.docker-image }}
196- test-matrix : ${{ needs.linux-focal-rocm6_2 -py3_10-build.outputs.test-matrix }}
194+ build-environment : linux-focal-rocm6.3 -py3.10
195+ docker-image : ${{ needs.linux-focal-rocm6_3 -py3_10-build.outputs.docker-image }}
196+ test-matrix : ${{ needs.linux-focal-rocm6_3 -py3_10-build.outputs.test-matrix }}
197197 tests-to-include : " test_nn test_torch test_cuda test_ops test_unary_ufuncs test_binary_ufuncs test_autograd inductor/test_torchinductor distributed/test_c10d_common distributed/test_c10d_nccl"
198198 secrets : inherit
199199
0 commit comments