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 0432f1f commit 08052eaCopy full SHA for 08052ea
.github/workflows/bench.yml
@@ -39,8 +39,10 @@ jobs:
39
group: frontier
40
labels: olcf
41
flag: f
42
- device: gpu
43
- build_script: bash .github/workflows/frontier/build.sh ${{ matrix.device }}
+ strategy:
+ matrix:
44
+ device: ['gpu']
45
+ build_script: "bash .github/workflows/frontier/build.sh ${{ matrix.device }}"
46
runs-on:
47
group: ${{ matrix.group }}
48
labels: ${{ matrix.labels }}
0 commit comments