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
543e166a
Unverified
Commit
543e166a
authored
Feb 03, 2023
by
Paul Fultz II
Committed by
GitHub
Feb 03, 2023
Browse files
Merge branch 'develop' into jit-reduce-reg
parents
6ed20101
edda9f93
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
34 additions
and
4 deletions
+34
-4
.github/workflows/history.yaml
.github/workflows/history.yaml
+30
-0
.github/workflows/performance.yaml
.github/workflows/performance.yaml
+4
-4
No files found.
.github/workflows/history.yaml
0 → 100644
View file @
543e166a
name
:
History
on
:
workflow_dispatch
:
inputs
:
start_date
:
description
:
Start date for results analysis
required
:
true
default
:
'
yyyy-mm-dd'
end_date
:
description
:
End date for results analysis
required
:
true
default
:
'
yyyy-mm-dd'
history_repo
:
description
:
Repository for history results between dates
required
:
true
default
:
'
ROCmSoftwarePlatform/migraphx-reports'
jobs
:
release
:
uses
:
migraphx-benchmark/actions/.github/workflows/history.yml@main
with
:
start_date
:
${{ github.event.inputs.start_date || 'yyyy-mm-dd' }}
end_date
:
${{ github.event.inputs.end_date || 'yyyy-mm-dd' }}
history_repo
:
${{ github.event.inputs.history_repo || 'ROCmSoftwarePlatform/migraphx-reports' }}
secrets
:
gh_token
:
${{ secrets.MIGRAPHX_BOT_TOKEN }}
mail_user
:
${{ secrets.MAIL_USERNAME }}
mail_pass
:
${{ secrets.MAIL_PASSWORD }}
.github/workflows/performance.yaml
View file @
543e166a
...
...
@@ -12,7 +12,7 @@ on:
rocm_release
:
description
:
ROCm Version
required
:
true
default
:
'
5.
3
'
default
:
'
5.
4.2
'
performance_reports_repo
:
description
:
Result repository
required
:
true
...
...
@@ -24,7 +24,7 @@ on:
flags
:
description
:
-m for Max value; -s for Std dev; -r for Threshold file
required
:
true
default
:
'
-
s
'
default
:
'
-
r
'
concurrency
:
"
perftest-${{
github.head_ref
||
github.base_ref
||
'schedule'
}}"
...
...
@@ -32,9 +32,9 @@ jobs:
release
:
uses
:
ROCmSoftwarePlatform/migraphx-benchmark/.github/workflows/perf-test.yml@main
with
:
rocm_release
:
${{ github.event.inputs.rocm_release || '5.
3
' }}
rocm_release
:
${{ github.event.inputs.rocm_release || '5.
4.2
' }}
result_number
:
${{ github.event.inputs.result_number || '10' }}
flags
:
${{ github.event.inputs.flags || '-
s
' }}
flags
:
${{ github.event.inputs.flags || '-
r
' }}
performance_reports_repo
:
${{ github.event.inputs.performance_reports_repo || 'ROCmSoftwarePlatform/migraphx-reports' }}
secrets
:
gh_token
:
${{ secrets.MIGRAPHX_BOT_TOKEN }}
...
...
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