From 1239000a8e2f03f3e51670af2d5b68e80fd54882 Mon Sep 17 00:00:00 2001 From: Chris Austen Date: Thu, 16 Jan 2025 13:31:33 -0500 Subject: [PATCH] change defaults for acition files to 6.3.1 --- .github/workflows/rocm-image-release.yaml | 4 ++-- .github/workflows/sync_rocMLIR.yaml | 4 ++-- .github/workflows/unreleased_rocm.yaml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/rocm-image-release.yaml b/.github/workflows/rocm-image-release.yaml index ec98ccd9100..fb87ce90d26 100644 --- a/.github/workflows/rocm-image-release.yaml +++ b/.github/workflows/rocm-image-release.yaml @@ -35,9 +35,9 @@ jobs: release: uses: ROCm/migraphx-benchmark/.github/workflows/rocm-release.yml@main with: - rocm_release: ${{ github.event.inputs.rocm_release || '5.1' }} + rocm_release: ${{ github.event.inputs.rocm_release || '6.3.1' }} 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' }} + base_image: ${{ github.event.inputs.base_image || 'rocm/dev-ubuntu-22.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' }} diff --git a/.github/workflows/sync_rocMLIR.yaml b/.github/workflows/sync_rocMLIR.yaml index 9f473859c7c..25ec057c308 100644 --- a/.github/workflows/sync_rocMLIR.yaml +++ b/.github/workflows/sync_rocMLIR.yaml @@ -12,12 +12,12 @@ on: type: string description: ROCm release version required: true - default: '6.0.2' + default: '6.3.1' base_image: type: string description: Base image for ROCm Docker build required: true - default: 'rocm/dev-ubuntu-20.04' + default: 'rocm/dev-ubuntu-22.04' docker_image: type: string description: Docker image name for rocm Docker build diff --git a/.github/workflows/unreleased_rocm.yaml b/.github/workflows/unreleased_rocm.yaml index 1b075df3710..934e59ccaa7 100644 --- a/.github/workflows/unreleased_rocm.yaml +++ b/.github/workflows/unreleased_rocm.yaml @@ -13,7 +13,7 @@ on: rocm_release: description: Use tuned MIOpen database for ROCm release required: true - default: '6.0.2' + default: '6.3.1' performance_reports_repo: description: Repository where performance reports are stored required: true