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
851f8f3e
"src/targets/ref/gemm.cpp" did not exist on "d79346d16137fa9293e615b66e33d653e07b0896"
Unverified
Commit
851f8f3e
authored
Apr 12, 2023
by
Djordje Petrovic
Committed by
GitHub
Apr 11, 2023
Browse files
Update workflow to support rocm image overwrite (#1662)
parent
cc8dda73
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
1 deletion
+27
-1
.github/workflows/rocm-image-release.yaml
.github/workflows/rocm-image-release.yaml
+27
-1
No files found.
.github/workflows/rocm-image-release.yaml
View file @
851f8f3e
...
...
@@ -10,12 +10,38 @@ on:
description
:
Repository for benchmark utils
required
:
true
default
:
'
ROCmSoftwarePlatform/migraphx-benchmark-utils'
base_image
:
description
:
Base image for rocm Docker build
required
:
true
default
:
"
rocm/dev-ubuntu-20.04"
docker_image
:
description
:
Docker image name for rocm Docker build
required
:
true
default
:
"
rocm-migraphx"
build_navi
:
description
:
Build navi number
required
:
true
default
:
"
0"
organization
:
type
:
string
description
:
Organization based on which location of files will be different
required
:
true
default
:
"
AMD"
overwrite
:
type
:
boolean
description
:
Overwrite image if it already exists
required
:
true
jobs
:
release
:
uses
:
ROCmSoftwarePlatform/migraphx-benchmark/.github/workflows/rocm-release.yml@main
with
:
rocm_release
:
${{ github.event.inputs.rocm_release }}
rocm_release
:
${{ github.event.inputs.rocm_release
|| '5.1'
}}
benchmark-utils_repo
:
${{ github.event.inputs.benchmark-utils_repo || 'ROCmSoftwarePlatform/migraphx-benchmark-utils' }}
organization
:
${{ github.event.inputs.organization || 'AMD' }}
base_image
:
${{ github.event.inputs.base_image || 'rocm/dev-ubuntu-20.04' }}
docker_image
:
${{ github.event.inputs.docker_image || 'rocm-migraphx' }}
build_navi
:
${{ github.event.inputs.build_navi || '0' }}
overwrite
:
${{ github.event.inputs.overwrite == 'true' }}
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