Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save practicalli-johnny/6f6618ab5a370171a07264f7fcc3ec2a to your computer and use it in GitHub Desktop.
Save practicalli-johnny/6f6618ab5a370171a07264f7fcc3ec2a to your computer and use it in GitHub Desktop.
Debian install - AMD
Guide
https://rocm.docs.amd.com/projects/install-on-linux/en/latest/how-to/amdgpu-install.html
Install
```shell
sudo apt install amdgpu-install
```
Add groups to render and video groups
```shell
sudo usermod -a -G render,video practicalli && \
sudo usermod -a -G render,video root
```
Install basics
```shell
sudo amdgpu-install --usecase=dkms
```
Or install workstation
```shell
Suggested Ubuntu 22 install - figure out what this does
```shell
amdgpu-install --usecase=graphics,opencl --vulkan=amdvlk --opencl=legacy
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment