Skip to content

Commit 8fb75b6

Browse files
committed
matrix.device synatx error addressed
1 parent ae04e14 commit 8fb75b6

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

.github/workflows/bench.yml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,18 @@ jobs:
2626
matrix:
2727
include:
2828
- cluster: phoenix
29-
name: "Georgia Tech | Phoenix (NVHPC)"
29+
name: "Georgia Tech | Phoenix (NVHPC) - CPU"
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) - GPU"
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)"

0 commit comments

Comments
 (0)