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
75ae8d21
"...resnet50_tensorflow.git" did not exist on "6e3b5a08cf1f4a25271eb645fef9a2bc83c22f95"
Unverified
Commit
75ae8d21
authored
Mar 03, 2023
by
Chris Austen
Committed by
GitHub
Mar 03, 2023
Browse files
use correct parameters (#1596)
github action file change
parent
97940f81
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
.github/workflows/history.yaml
.github/workflows/history.yaml
+1
-1
.github/workflows/rocm-image-release.yaml
.github/workflows/rocm-image-release.yaml
+5
-0
No files found.
.github/workflows/history.yaml
View file @
75ae8d21
...
...
@@ -23,7 +23,7 @@ on:
jobs
:
release
:
uses
:
migraphx-benchmark/
actions/
.github/workflows/history.yml@main
uses
:
ROCmSoftwarePlatform/
migraphx-benchmark/.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' }}
...
...
.github/workflows/rocm-image-release.yaml
View file @
75ae8d21
...
...
@@ -6,11 +6,16 @@ on:
rocm_release
:
description
:
ROCm release version
required
:
true
benchmark-utils_repo
:
description
:
Repository for benchmark utils
required
:
true
default
:
'
ROCmSoftwarePlatform/migraphx-benchmark-utils'
jobs
:
release
:
uses
:
ROCmSoftwarePlatform/migraphx-benchmark/.github/workflows/rocm-release.yml@main
with
:
rocm_release
:
${{ github.event.inputs.rocm_release }}
benchmark-utils_repo
:
${{ github.event.inputs.benchmark-utils_repo || 'ROCmSoftwarePlatform/migraphx-benchmark-utils' }}
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