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 a3499ed commit 39236e9Copy full SHA for 39236e9
.github/workflows/_linux-benchmark-mi350.yml
@@ -10,7 +10,7 @@ on:
10
test_type:
11
required: True
12
type: string
13
- descript: |
+ description: |
14
Type of the test (single or abtest)
15
benchmark_name:
16
.github/workflows/compile-time.yaml
@@ -35,7 +35,7 @@ jobs:
35
h100-triton-main-compile-time-benchmark:
36
uses: ./.github/workflows/_linux-benchmark-h100.yml
37
with:
38
- conda_env: "triton-main"
+ test_type: ${{ inputs.test_type }}
39
benchmark_name: "compile_time"
40
side_a_triton: ${{ inputs.side_a_triton }}
41
side_a_commit: ${{ inputs.side_a_commit }}
0 commit comments