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
04ae9b80
"src/git@developer.sourcefind.cn:gaoqiong/migraphx.git" did not exist on "9bbea3ad1b094facb0362c0f7f314c1b94efe250"
Unverified
Commit
04ae9b80
authored
Jul 20, 2023
by
Igor Mirosavljevic
Committed by
GitHub
Jul 19, 2023
Browse files
Default to ROCm 5.6 (#1970)
parent
4a2589f0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
.github/workflows/performance.yaml
.github/workflows/performance.yaml
+2
-2
No files found.
.github/workflows/performance.yaml
View file @
04ae9b80
...
...
@@ -12,7 +12,7 @@ on:
rocm_release
:
description
:
ROCm Version
required
:
true
default
:
'
5.
5
'
default
:
'
5.
6
'
performance_reports_repo
:
description
:
Repository where performance reports are stored
required
:
true
...
...
@@ -48,7 +48,7 @@ jobs:
release
:
uses
:
ROCmSoftwarePlatform/migraphx-benchmark/.github/workflows/perf-test.yml@main
with
:
rocm_release
:
${{ github.event.inputs.rocm_release || '5.
5
' }}
rocm_release
:
${{ github.event.inputs.rocm_release || '5.
6
' }}
result_number
:
${{ github.event.inputs.result_number || '10' }}
flags
:
${{ github.event.inputs.flags || '-r' }}
performance_reports_repo
:
${{ github.event.inputs.performance_reports_repo || 'ROCmSoftwarePlatform/migraphx-reports' }}
...
...
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