We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08052ea commit b66403bCopy full SHA for b66403b
.github/workflows/bench.yml
@@ -30,19 +30,22 @@ jobs:
30
group: phoenix
31
labels: gt
32
flag: p
33
- strategy:
34
- matrix:
35
- device: ['cpu', 'gpu']
+ device: cpu
+ build_script: ""
+ - cluster: phoenix
36
+ name: "Georgia Tech | Phoenix (NVHPC)"
37
+ group: phoenix
38
+ labels: gt
39
+ flag: p
40
+ device: gpu
41
build_script: ""
42
- cluster: frontier
43
name: "Oak Ridge | Frontier (AMD ROCm)"
44
group: frontier
45
labels: olcf
46
flag: f
- device: ['gpu']
- build_script: "bash .github/workflows/frontier/build.sh ${{ matrix.device }}"
47
48
+ build_script: "bash .github/workflows/frontier/build.sh gpu"
49
runs-on:
50
group: ${{ matrix.group }}
51
labels: ${{ matrix.labels }}
0 commit comments