We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14bd4cc commit 127b445Copy full SHA for 127b445
.github/workflows/regression_test.yml
@@ -35,14 +35,14 @@ jobs:
35
gpu-arch-version: ""
36
- name: ROCM Nightly
37
runs-on: linux.rocm.gpu.torchao
38
- if: ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/heads/main') }}
39
torch-spec: '--pre torch --index-url https://download.pytorch.org/whl/nightly/rocm6.3'
40
gpu-arch-type: "rocm"
41
gpu-arch-version: "6.3"
42
permissions:
43
id-token: write
44
contents: read
45
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
+ if: ${{ matrix.gpu-arch-type != 'rocm' || (github.event_name == 'push' && startsWith(github.ref, 'refs/heads/main') }}
46
with:
47
timeout: 120
48
no-sudo: ${{ matrix.gpu-arch-type == 'rocm' }}
0 commit comments