Skip to content

Commit bebfbb2

Browse files
committed
ci: validate Windows HIP wheels
1 parent 95b9d63 commit bebfbb2

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

.github/workflows/wheels-rocm.yaml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,14 @@ on:
66
amdgpu_targets:
77
description: AMDGPU targets to compile into the Linux ROCm wheel
88
required: false
9-
default: gfx908;gfx90a;gfx942;gfx1030;gfx1100;gfx1101;gfx1102;gfx1150;gfx1151;gfx1200;gfx1201
9+
default: gfx1030
1010
windows_amdgpu_targets:
1111
description: AMDGPU targets to compile into the Windows HIP Radeon wheel
1212
required: false
13-
default: gfx1150;gfx1151;gfx1200;gfx1201;gfx1100;gfx1101;gfx1102;gfx1030;gfx1031;gfx1032
13+
default: gfx1100
1414
push:
15+
branches:
16+
- ci/validate-rocm-windows-wheels
1517
tags:
1618
- "v*"
1719

@@ -30,7 +32,7 @@ jobs:
3032
- os: ubuntu-22.04
3133
pyver: "3.9"
3234
rocm: "7.2.4"
33-
amdgpu_targets: gfx908;gfx90a;gfx942;gfx1030;gfx1100;gfx1101;gfx1102;gfx1150;gfx1151;gfx1200;gfx1201
35+
amdgpu_targets: gfx1030
3436

3537
steps:
3638
- name: Install system dependencies
@@ -99,7 +101,7 @@ jobs:
99101
include:
100102
- name: radeon
101103
pyver: "3.9"
102-
amdgpu_targets: gfx1150;gfx1151;gfx1200;gfx1201;gfx1100;gfx1101;gfx1102;gfx1030;gfx1031;gfx1032
104+
amdgpu_targets: gfx1100
103105

104106
steps:
105107
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)