File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ sudo apt-key add rocm.gpg.key
3333
3434source /etc/os-release # set UBUNTU_CODENAME: focal or jammy or ...
3535
36- VERSION=${1-6.2.4 }
36+ VERSION=${1-6.3.2 }
3737
3838echo " deb [arch=amd64] https://repo.radeon.com/rocm/apt/${VERSION} ${UBUNTU_CODENAME} main" \
3939 | sudo tee /etc/apt/sources.list.d/rocm.list
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ concurrency:
88
99jobs :
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
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
You can’t perform that action at this time.
0 commit comments