# AMDGPU
1. [TL;DR](#tldr)
1. [Further readings](#further-readings)
1. [Sources](#sources)
## TL;DR
Requirements
[Supported distributions]
Installation
OpenSUSE Leap, SUSE Linux Enterprise
See [Native installation on SLE].
```sh
sudo tee '/etc/zypp/repos.d/amdgpu.repo' <
Uninstallation
OpenSUSE Leap, SUSE Linux Enterprise
See [Native installation on SLE].
```sh
sudo zypper remove 'rocm-core'
sudo zypper remove --clean-deps 'amdgpu-dkms'
sudo zypper removerepo 'ROCm-6.4'
sudo zypper removerepo 'amdgpu'
sudo zypper clean --all
sudo reboot
```
## Further readings
- [ROCm documentation]
- [Docker Hub]
### Sources
- [Supported distributions]
- [Native installation on SLE]
- [Components of ROCm programming models]
- [Running ROCm Docker containers]
[components of rocm programming models]: https://rocm.docs.amd.com/projects/install-on-linux/en/latest/how-to/native-install/package-manager-integration.html#components-of-rocm-programming-models
[docker hub]: https://hub.docker.com/u/rocm
[native installation on sle]: https://rocm.docs.amd.com/projects/install-on-linux/en/latest/how-to/native-install/sles.html
[rocm documentation]: https://rocm.docs.amd.com/en/latest/
[running rocm docker containers]: https://rocm.docs.amd.com/projects/install-on-linux/en/latest/how-to/docker.html
[supported distributions]: https://rocm.docs.amd.com/projects/install-on-linux/en/latest/reference/system-requirements.html#supported-distributions