rocDecode samples

rocDecode samples#

rocDecode samples are available in the rocDecode GitHub repository.

All three rocDecode packages, rocDecode, rocdecode-dev, and rocdecode-test, must be installed to use the rocDecode samples.

If you’re using a package installer, install rocdecode, rocdecode-dev, and rocdecode-test.

If you’re building and installing rocDecode from its source code, rocDecode-setup.py needs to be run with --developer set to ON:

python3 rocDecode-setup.py --developer ON

The rocDecode-test package needs to be built and installed as well:

mkdir rocdecode-test && cd rocdecode-test
cmake /opt/rocm/share/rocdecode/test/
ctest -VV