Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into simplified-layernorm
Browse files Browse the repository at this point in the history
  • Loading branch information
turneram committed May 30, 2024
2 parents 0b7f671 + b9cce08 commit 7dca5b4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/rocm-image-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ on:
description: Docker image name for rocm Docker build
required: true
default: "rocm-migraphx"
branch_name:
description: branch to use for building base ROCm image
required: true
default: "develop"
build_navi:
description: Build navi number
required: true
Expand All @@ -35,6 +39,7 @@ jobs:
benchmark-utils_repo: ${{ github.event.inputs.benchmark-utils_repo || 'ROCm/migraphx-benchmark-utils' }}
base_image: ${{ github.event.inputs.base_image || 'rocm/dev-ubuntu-20.04' }}
docker_image: ${{ github.event.inputs.docker_image || 'rocm-migraphx' }}
branch_name: ${{ github.event.inputs.branch_name || 'develop' }}
build_navi: ${{ github.event.inputs.build_navi || '0' }}
overwrite: ${{ github.event.inputs.overwrite == 'true' }}
secrets:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync_rocMLIR.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
schedule:
- cron: '0 7 * * sun'
pull_request:
branches: [develop]
branches: [rocMLIR-sync-*]
types: [synchronize, closed]
workflow_dispatch:
inputs:
Expand Down

0 comments on commit 7dca5b4

Please sign in to comment.