Skip to content

Commit 39236e9

Browse files
committed
other bug fixes
1 parent a3499ed commit 39236e9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/_linux-benchmark-mi350.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
test_type:
1111
required: True
1212
type: string
13-
descript: |
13+
description: |
1414
Type of the test (single or abtest)
1515
benchmark_name:
1616
required: True

.github/workflows/compile-time.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
h100-triton-main-compile-time-benchmark:
3636
uses: ./.github/workflows/_linux-benchmark-h100.yml
3737
with:
38-
conda_env: "triton-main"
38+
test_type: ${{ inputs.test_type }}
3939
benchmark_name: "compile_time"
4040
side_a_triton: ${{ inputs.side_a_triton }}
4141
side_a_commit: ${{ inputs.side_a_commit }}

0 commit comments

Comments
 (0)