Skip to content

Commit 02688d9

Browse files
committed
Update bench.yml
1 parent 03034d7 commit 02688d9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/bench.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
filters: ".github/file-filter.yml"
2020

2121
self:
22-
name: ${{ matrix.name }}
22+
name: ${{ matrix.name }} ${{ matrix.device }}
2323
if: github.repository == 'MFlowCode/MFC' && needs.file-changes.outputs.checkall == 'true'
2424
needs: file-changes
2525
strategy:
@@ -40,9 +40,9 @@ jobs:
4040
device: gpu
4141
build_script: ""
4242
- cluster: frontier
43-
name: Oak Ridge | Frontier (AMD ROCm)
44-
group: frontier
45-
labels: olcf
43+
name: Oak Ridge | Frontier (AMD CCE)
44+
group: phoenix
45+
labels: frontier
4646
flag: f
4747
device: gpu
4848
build_script: "bash .github/workflows/frontier/build.sh gpu"

0 commit comments

Comments
 (0)