Skip to content

Commit

Permalink
Update CI rocm version
Browse files Browse the repository at this point in the history
  • Loading branch information
MKKnorr committed Jan 29, 2025
1 parent ca8ef5b commit 97cbfd6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_applications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ on:
- '.github/workflows/**'

env:
ROCM_VERSION: 6.2
AMDGPU_INSTALLER_VERSION: 6.2.60200-1
ROCM_VERSION: 6.3
AMDGPU_INSTALLER_VERSION: 6.3.60300-1

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build_hip_basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ on:
- '.github/workflows/**'

env:
ROCM_VERSION: 6.2
AMDGPU_INSTALLER_VERSION: 6.2.60200-1
ROCM_VERSION: 6.3
AMDGPU_INSTALLER_VERSION: 6.3.60300-1

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build_libraries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ on:
- '.github/workflows/**'

env:
ROCM_VERSION: 6.2
AMDGPU_INSTALLER_VERSION: 6.2.60200-1
ROCM_VERSION: 6.3
AMDGPU_INSTALLER_VERSION: 6.3.60300-1

jobs:
build:
Expand Down

0 comments on commit 97cbfd6

Please sign in to comment.