Skip to content

Commit 1e9d478

Browse files
authored
Update ROCm to 7.2.2 (#65)
1 parent ffd8138 commit 1e9d478

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/_build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,8 @@ jobs:
129129
sudo bash -c "$(wget -O - https://apt.llvm.org/llvm.sh)" -- 18
130130
sudo apt update -y
131131
sudo apt install llvm-18 lld-18 clang-18 libnuma-dev -y
132-
wget https://repo.radeon.com/amdgpu-install/7.1.1/ubuntu/jammy/amdgpu-install_7.1.1.70101-1_all.deb
133-
sudo apt install ./amdgpu-install_7.1.1.70101-1_all.deb -y
132+
wget https://repo.radeon.com/amdgpu-install/latest/ubuntu/jammy/amdgpu-install_7.2.70200-1_all.deb
133+
sudo apt install ./amdgpu-install_7.2.70200-1_all.deb -y
134134
sudo amdgpu-install --usecase=rocm,rocmdev,hiplibsdk -y --no-dkms
135135
136136
- uses: bazel-contrib/setup-bazel@0.15.0

0 commit comments

Comments
 (0)