Skip to content

Commit 9fc64a1

Browse files
committed
Try rocm 6.3.2 and ubuntu 22.04
1 parent 92f08f4 commit 9fc64a1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/dependencies/hip.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ sudo apt-key add rocm.gpg.key
3333

3434
source /etc/os-release # set UBUNTU_CODENAME: focal or jammy or ...
3535

36-
VERSION=${1-6.2.4}
36+
VERSION=${1-6.3.2}
3737

3838
echo "deb [arch=amd64] https://repo.radeon.com/rocm/apt/${VERSION} ${UBUNTU_CODENAME} main" \
3939
| sudo tee /etc/apt/sources.list.d/rocm.list

.github/workflows/hip.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ concurrency:
88

99
jobs:
1010
build_hip:
11-
name: ROCm HIP 6.2.4
12-
runs-on: ubuntu-24.04
11+
name: ROCm HIP 6.3.2
12+
runs-on: ubuntu-22.04
1313
env:
1414
CXXFLAGS: "-Werror -Wno-deprecated-declarations -Wno-error=pass-failed"
1515
CMAKE_GENERATOR: Ninja
@@ -18,7 +18,7 @@ jobs:
1818
- name: install dependencies
1919
shell: bash
2020
run: |
21-
.github/workflows/dependencies/hip.sh 6.2.4
21+
.github/workflows/dependencies/hip.sh 6.3.2
2222
.github/workflows/dependencies/dependencies_ccache.sh
2323
- name: Set Up Cache
2424
uses: actions/cache@v4

0 commit comments

Comments
 (0)