Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
MIGraphX
Commits
942c135f
"src/register_op.cpp" did not exist on "2c5d5feea1488f3ff36f215ad5ed82c8fc6e6bef"
Unverified
Commit
942c135f
authored
May 01, 2023
by
Pavle Jacovic
Committed by
GitHub
May 01, 2023
Browse files
Add input parameters for performance-backup (#1719)
parent
47bdb3f8
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
.github/workflows/performance.yaml
.github/workflows/performance.yaml
+5
-0
No files found.
.github/workflows/performance.yaml
View file @
942c135f
...
@@ -33,6 +33,10 @@ on:
...
@@ -33,6 +33,10 @@ on:
description
:
If model in performance test script passes this threshold, it will be skipped
description
:
If model in performance test script passes this threshold, it will be skipped
required
:
true
required
:
true
default
:
'
30m'
default
:
'
30m'
performance_backup_repo
:
description
:
Repository for backup
required
:
true
default
:
migraphx-benchmark/performance-backup
flags
:
flags
:
description
:
-m for Max value; -s for Std dev; -r for Threshold file
description
:
-m for Max value; -s for Std dev; -r for Threshold file
required
:
true
required
:
true
...
@@ -48,6 +52,7 @@ jobs:
...
@@ -48,6 +52,7 @@ jobs:
result_number
:
${{ github.event.inputs.result_number || '10' }}
result_number
:
${{ github.event.inputs.result_number || '10' }}
flags
:
${{ github.event.inputs.flags || '-r' }}
flags
:
${{ github.event.inputs.flags || '-r' }}
performance_reports_repo
:
${{ github.event.inputs.performance_reports_repo || 'ROCmSoftwarePlatform/migraphx-reports' }}
performance_reports_repo
:
${{ github.event.inputs.performance_reports_repo || 'ROCmSoftwarePlatform/migraphx-reports' }}
performance_backup_repo
:
${{ github.event.inputs.performance_backup_repo || 'migraphx-benchmark/performance-backup' }}
benchmark_utils_repo
:
${{ github.event.inputs.benchmark_utils_repo || 'ROCmSoftwarePlatform/migraphx-benchmark-utils' }}
benchmark_utils_repo
:
${{ github.event.inputs.benchmark_utils_repo || 'ROCmSoftwarePlatform/migraphx-benchmark-utils' }}
organization
:
${{ github.event.inputs.organization || 'AMD' }}
organization
:
${{ github.event.inputs.organization || 'AMD' }}
model_timeout
:
${{ github.event.inputs.model_timeout || '30m' }}
model_timeout
:
${{ github.event.inputs.model_timeout || '30m' }}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment