You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.