From 13159b31c336a3a7ba1a1b29874d641d16c7424d Mon Sep 17 00:00:00 2001 From: Chris Austen Date: Fri, 3 Jan 2025 10:18:14 -0500 Subject: [PATCH] bump perf checks to 6.3.1 (#3736) --- .github/workflows/config.md | 6 +++--- .github/workflows/performance.yaml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/config.md b/.github/workflows/config.md index 326c99ca483..7c2eb5dcb8a 100644 --- a/.github/workflows/config.md +++ b/.github/workflows/config.md @@ -1,7 +1,7 @@ #=====ROCM INFO===== -ROCM_VERSION : '6.0.2' +ROCM_VERSION : '6.3.1' #default ROCm version to be used -ROCM_BASE_IMAGE : 'rocm/dev-ubuntu-20.04' +ROCM_BASE_IMAGE : 'rocm/dev-ubuntu-22.04' #base image from dockerhub to be used ROCM_BUILT_IMAGE : 'rocm-migraphx' #name of the docker image built upon ROCm base @@ -26,4 +26,4 @@ PERFORMANCE_TEST_TIMEOUT : '30m' #===== W A R N I N G ===== #VARIABLE NAMES NOT TO BE CHANGED, VALUES ONLY! -#VALUES MUST BE ENGLOSED IN SINGLE QUOTES! \ No newline at end of file +#VALUES MUST BE ENGLOSED IN SINGLE QUOTES! diff --git a/.github/workflows/performance.yaml b/.github/workflows/performance.yaml index 97bc8851abf..c2dcedd66cb 100644 --- a/.github/workflows/performance.yaml +++ b/.github/workflows/performance.yaml @@ -12,7 +12,7 @@ on: rocm_release: description: ROCm Version required: true - default: '6.0.2' + default: '6.3.1' performance_reports_repo: description: Repository where performance reports are stored required: true @@ -96,4 +96,4 @@ jobs: secrets: gh_token: ${{ secrets.MIGRAPHX_BOT_TOKEN }} mail_user: ${{ secrets.MAIL_USERNAME }} - mail_pass: ${{ secrets.MAIL_PASSWORD }} \ No newline at end of file + mail_pass: ${{ secrets.MAIL_PASSWORD }}