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 03034d7 commit 02688d9Copy full SHA for 02688d9
.github/workflows/bench.yml
@@ -19,7 +19,7 @@ jobs:
19
filters: ".github/file-filter.yml"
20
21
self:
22
- name: ${{ matrix.name }}
+ name: ${{ matrix.name }} ${{ matrix.device }}
23
if: github.repository == 'MFlowCode/MFC' && needs.file-changes.outputs.checkall == 'true'
24
needs: file-changes
25
strategy:
@@ -40,9 +40,9 @@ jobs:
40
device: gpu
41
build_script: ""
42
- cluster: frontier
43
- name: Oak Ridge | Frontier (AMD ROCm)
44
- group: frontier
45
- labels: olcf
+ name: Oak Ridge | Frontier (AMD CCE)
+ group: phoenix
+ labels: frontier
46
flag: f
47
48
build_script: "bash .github/workflows/frontier/build.sh gpu"
0 commit comments