Skip to content

Driver Linux

Huts, Roman edited this page Feb 9, 2023 · 3 revisions

Driver Installation

  • Driver installation instructions: https://amdgpu-install.readthedocs.io/en/latest/

  • The AMF component can be installed through the amdgpu-install script:

    sudo amdgpu-install -y --usecase=workstation,amf --opencl=rocr
    
    # or
    
    sudo amdgpu-install -y --usecase=graphics,amf --opencl=rocr
    
    # NOTE: 
    #     OpenCL is optional and parts of AMF that use Vulkan will work without OpenCL.
    #     ROCr is for Vega and newer GPUs. For older GPUs use "--opencl=legacy".
  • Reboot after installing

Clone this wiki locally