Skip to content

Commit b66403b

Browse files
committed
removed matrix.device - flatened
1 parent 08052ea commit b66403b

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

.github/workflows/bench.yml

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,19 +30,22 @@ jobs:
3030
group: phoenix
3131
labels: gt
3232
flag: p
33-
strategy:
34-
matrix:
35-
device: ['cpu', 'gpu']
33+
device: cpu
34+
build_script: ""
35+
- cluster: phoenix
36+
name: "Georgia Tech | Phoenix (NVHPC)"
37+
group: phoenix
38+
labels: gt
39+
flag: p
40+
device: gpu
3641
build_script: ""
3742
- cluster: frontier
3843
name: "Oak Ridge | Frontier (AMD ROCm)"
3944
group: frontier
4045
labels: olcf
4146
flag: f
42-
strategy:
43-
matrix:
44-
device: ['gpu']
45-
build_script: "bash .github/workflows/frontier/build.sh ${{ matrix.device }}"
47+
device: gpu
48+
build_script: "bash .github/workflows/frontier/build.sh gpu"
4649
runs-on:
4750
group: ${{ matrix.group }}
4851
labels: ${{ matrix.labels }}

0 commit comments

Comments
 (0)