chore(amdgpu): update instructions to new version

This commit is contained in:
Michele Cereda
2024-10-01 23:28:51 +02:00
parent 5a61f95ab5
commit f20f864c41

View File

@@ -24,16 +24,16 @@ See [Native installation on SLE].
sudo tee '/etc/zypp/repos.d/amdgpu.repo' <<EOF
[amdgpu]
name=amdgpu
baseurl=https://repo.radeon.com/amdgpu/6.1.2/sle/15.5/main/x86_64/
baseurl=https://repo.radeon.com/amdgpu/6.2.2/sle/15.6/main/x86_64/
enabled=1
gpgcheck=1
gpgkey=https://repo.radeon.com/rocm/rocm.gpg.key
EOF
sudo tee --append '/etc/zypp/repos.d/rocm.repo' <<EOF
[ROCm-6.1.2]
name=ROCm6.1.2
baseurl=https://repo.radeon.com/rocm/zyp/6.1.2/main
[ROCm-6.2.2]
name=ROCm6.2.2
baseurl=https://repo.radeon.com/rocm/zyp/6.2.2/main
enabled=1
gpgcheck=1
gpgkey=https://repo.radeon.com/rocm/rocm.gpg.key
@@ -42,6 +42,9 @@ EOF
sudo zypper ref
sudo zypper --gpg-auto-import-keys install 'amdgpu-dkms' 'rocm-opencl-runtime'
sudo reboot
dkms status
/opt/rocm-6.2.2/bin/clinfo
```
</details>
@@ -57,7 +60,7 @@ See [Native installation on SLE].
```sh
sudo zypper remove 'rocm-core'
sudo zypper remove --clean-deps 'amdgpu-dkms'
sudo zypper removerepo 'ROCm-6.1.2'
sudo zypper removerepo 'ROCm-6.2.2'
sudo zypper removerepo 'amdgpu'
sudo zypper clean --all
sudo reboot