Skip to content
Kiriti Gowda edited this page Jan 12, 2024 · 4 revisions

rocDecode is a high performance video decode SDK for AMD GPUs. rocDecode API lets developers access the video decoding features available on the GPU.

Help Topics

Developer

How can I install rocDecode runtime with minimum requirements?

  • Install only core ROCm Components - ROCm 6.1.0 or later - Follow below steps from the installation via native package manager on ROCm installation documentation

    • Registering repositories
    • Register kernel-mode driver
    • Register ROCm packages
    • Install kernel driver - amdgpu-dkms
      • Note: amdgpu-dkms is only required on baremetal install, docker runtime will use base dkms package irrespective of the version installed on the docker.
  • Install rocDecode runtime package - Runtime package - rocdecode only provides the rocdecode library librocdecode.so. rocDecode runtime package will install only core dependencies required.

    • Install packages on Ubuntu
    sudo apt install rocdecode
    • Install packages on RHEL
    sudo yum install rocdecode
    • Install packages on SLES
    sudo zypper install rocdecode
Clone this wiki locally