File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3737 benchmark-dsr1 :
3838 needs : get-dsr1-configs
3939 uses : ./.github/workflows/benchmark-tmpl.yml
40- name : dsr1 1k1k
40+ name : dsr1 1k1k /
4141 strategy :
4242 fail-fast : false
4343 matrix :
6161 benchmark-gptoss :
6262 needs : get-gptoss-configs
6363 uses : ./.github/workflows/benchmark-tmpl.yml
64- name : gptoss 1k1k
64+ name : gptoss 1k1k /
6565 strategy :
6666 fail-fast : false
6767 matrix :
8585 # This is a workaround until we can integrate GB200 into master configs.
8686 benchmark-gb200 :
8787 uses : ./.github/workflows/benchmark-multinode-tmpl.yml
88- name : gb200 1k1k sweep
88+ name : gb200 1k1k sweep /
8989 strategy :
9090 fail-fast : false
9191 matrix :
Original file line number Diff line number Diff line change 3737 benchmark-dsr1 :
3838 needs : get-dsr1-configs
3939 uses : ./.github/workflows/benchmark-tmpl.yml
40- name : dsr1 1k8k
40+ name : dsr1 1k8k /
4141 strategy :
4242 fail-fast : false
4343 matrix :
6161 benchmark-gptoss :
6262 needs : get-gptoss-configs
6363 uses : ./.github/workflows/benchmark-tmpl.yml
64- name : gptoss 1k8k
64+ name : gptoss 1k8k /
6565 strategy :
6666 fail-fast : false
6767 matrix :
Original file line number Diff line number Diff line change 3737 benchmark-dsr1 :
3838 needs : get-dsr1-configs
3939 uses : ./.github/workflows/benchmark-tmpl.yml
40- name : dsr1 8k1k
40+ name : dsr1 8k1k /
4141 strategy :
4242 fail-fast : false
4343 matrix :
6161 benchmark-gptoss :
6262 needs : get-gptoss-configs
6363 uses : ./.github/workflows/benchmark-tmpl.yml
64- name : gptoss 8k1k
64+ name : gptoss 8k1k /
6565 strategy :
6666 fail-fast : false
6767 matrix :
8585 # This is a workaround until we can integrate GB200 into master configs.
8686 benchmark-gb200 :
8787 uses : ./.github/workflows/benchmark-multinode-tmpl.yml
88- name : gb200 8k1k sweep
88+ name : gb200 8k1k sweep /
8989 strategy :
9090 fail-fast : false
9191 matrix :
Original file line number Diff line number Diff line change @@ -110,6 +110,7 @@ jobs:
110110 needs : get-configs
111111 if : ${{ needs.get-configs.outputs.dsr1-1k1k != '[]' }}
112112 uses : ./.github/workflows/benchmark-tmpl.yml
113+ name : dsr1 1k1k /
113114 strategy :
114115 fail-fast : false
115116 matrix :
@@ -143,6 +144,7 @@ jobs:
143144 needs : get-configs
144145 if : ${{ needs.get-configs.outputs.gptoss-1k1k != '[]' }}
145146 uses : ./.github/workflows/benchmark-tmpl.yml
147+ name : gptoss 1k1k /
146148 strategy :
147149 fail-fast : false
148150 matrix :
@@ -176,6 +178,7 @@ jobs:
176178 needs : get-configs
177179 if : ${{ needs.get-configs.outputs.dsr1-8k1k != '[]' }}
178180 uses : ./.github/workflows/benchmark-tmpl.yml
181+ name : dsr1 8k1k /
179182 strategy :
180183 fail-fast : false
181184 matrix :
@@ -209,6 +212,7 @@ jobs:
209212 needs : get-configs
210213 if : ${{ needs.get-configs.outputs.gptoss-8k1k != '[]' }}
211214 uses : ./.github/workflows/benchmark-tmpl.yml
215+ name : gptoss 8k1k /
212216 strategy :
213217 fail-fast : false
214218 matrix :
@@ -242,6 +246,7 @@ jobs:
242246 needs : get-configs
243247 if : ${{ needs.get-configs.outputs.dsr1-1k8k != '[]' }}
244248 uses : ./.github/workflows/benchmark-tmpl.yml
249+ name : dsr1 1k8k /
245250 strategy :
246251 fail-fast : false
247252 matrix :
@@ -369,6 +374,7 @@ jobs:
369374 needs : get-configs
370375 if : ${{ needs.get-configs.outputs.gptoss-1k8k != '[]' }}
371376 uses : ./.github/workflows/benchmark-tmpl.yml
377+ name : gptoss 1k8k /
372378 strategy :
373379 fail-fast : false
374380 matrix :
You can’t perform that action at this time.
0 commit comments