-
Notifications
You must be signed in to change notification settings - Fork 16
Home
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.
-
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.
-
Note:
-
Install rocDecode runtime package - Runtime package -
rocdecode
only provides the rocdecode librarylibrocdecode.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
- Install packages on