Skip to content

Commit

Permalink
Default to ROCm 5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorMirosavljevicHTEC committed Jul 18, 2023
1 parent 8762c35 commit 49b58e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/performance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
rocm_release:
description: ROCm Version
required: true
default: '5.5'
default: '5.6'
performance_reports_repo:
description: Repository where performance reports are stored
required: true
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
release:
uses: ROCmSoftwarePlatform/migraphx-benchmark/.github/workflows/perf-test.yml@main
with:
rocm_release: ${{ github.event.inputs.rocm_release || '5.5' }}
rocm_release: ${{ github.event.inputs.rocm_release || '5.6' }}
result_number: ${{ github.event.inputs.result_number || '10' }}
flags: ${{ github.event.inputs.flags || '-r' }}
performance_reports_repo: ${{ github.event.inputs.performance_reports_repo || 'ROCmSoftwarePlatform/migraphx-reports' }}
Expand Down

0 comments on commit 49b58e3

Please sign in to comment.