Use cases allow users to install only a subset of the parts concerning them, resulting in smaller installation footprint and faster installs/upgrades.
There are various use cases that can be installed.
To display a list of available use cases:
sudo amdgpu-install --list-usecase
NOTE: If the –usecase option is not present, the default selection is graphics,opencl,hip.
There are various installation options that can be chosen, including:
A basic install without any arguments, should be sufficient.
sudo amdgpu-install
sudo amdgpu-install --usecase=rocm
sudo amdgpu-install --usecase=dkms
sudo amdgpu-install --usecase=hiplibsdk,rocm
TIP: Adding -y as a parameter to amdgpu-install skips user prompts (for automation).
Example:
amdgpu-install -y --usecase=rocm