-
Couldn't load subscription status.
- Fork 151
Driver Linux
- Driver installation instructions: https://amdgpu-install.readthedocs.io/en/latest/
-
Please add the following option while running the
amdgpu-installscript :--accept-eula
-
The AMF component can be installed through the
amdgpu-installscript with the workstation ("Pro Variant") or graphics ("All-Open Variant") stack use case:sudo amdgpu-install -y --usecase=workstation,amf # or sudo amdgpu-install -y --usecase=graphics,amf -
To install just AMF:
sudo amdgpu-install -y --usecase=amf
-
The OpenCL component is optional and can be installed with the
--opencloption:Option Description --opencl=rocr Installs ROCr OpenCL --opencl=legacy Installs legacy OpenCL (DEPRECATED Proprietary) --opencl=rocr,legacy Installs both ROCr and legacy OpenCL OpenCL is optional and parts of AMF that use Vulkan will work without OpenCL.
- ROCr: Provides support for Vega 10 and newer hardware.
- Legacy: Provides support for hardware older than Vega 10.
-
The Vulkan component is optional and can be installed with the
--vulkanoption:Option Description --vulkan=amdvlkInstalls open source Vulkan --vulkan=proInstalls PRO Vulkan (Proprietary) --vulkan=amdvlk,proInstalls both open and PRO Vulkan -
Reboot after installing