Skip to content

Commit 4d783ec

Browse files
authored
Merge branch 'main' into add-new-mi325x
2 parents 1df6b96 + 1fae268 commit 4d783ec

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/benchmark-multinode-tmpl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
benchmark:
5757
runs-on: ${{ inputs.runner }}
5858
timeout-minutes: 480
59-
name: '${{ inputs.exp-name }} ${{ inputs.runner }} ${{ inputs.precision }} mtp-${{ inputs.mtp-mode }}'
59+
name: '${{ inputs.exp-name }} ${{ inputs.runner }} ${{ inputs.framework }} ${{ inputs.precision }} mtp-${{ inputs.mtp-mode }}'
6060

6161
steps:
6262
- name: Resource cleanup

.github/workflows/benchmark-tmpl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
benchmark:
7171
runs-on: ${{ inputs.runner }}
7272
timeout-minutes: 180
73-
name: '${{ inputs.exp-name }} ${{ inputs.runner }} ${{ inputs.precision }} tp=${{ inputs.tp }} ep=${{ inputs.ep }} dpa=${{ inputs.dp-attn }} conc=${{ inputs.conc }}'
73+
name: '${{ inputs.exp-name }} ${{ inputs.runner }} ${{ inputs.framework }} ${{ inputs.precision }} tp=${{ inputs.tp }} ep=${{ inputs.ep }} dpa=${{ inputs.dp-attn }} conc=${{ inputs.conc }}'
7474
steps:
7575
- name: Resource cleanup
7676
run: |

0 commit comments

Comments
 (0)