Fichiers
rocm-systems/projects/rocjpeg/docs/install/rocjpeg-prerequisites.rst
T
Ameya Keshava Mallya f4f1df295a Add 'projects/rocjpeg/' from commit '06a08d3cb83b7e77555ff2baebedfe4e52fa5dbb'
git-subtree-dir: projects/rocjpeg
git-subtree-mainline: d0396f30b3
git-subtree-split: 06a08d3cb8
2026-01-30 20:35:04 +00:00

30 lignes
1.6 KiB
ReStructuredText

.. meta::
:description: rocJPEG Installation Prerequisites
:keywords: install, rocJPEG, AMD, ROCm, prerequisites, dependencies, requirements
********************************************************************
rocJPEG prerequisites
********************************************************************
rocJPEG requires ROCm running on `GPUs based on the CDNA architecture <https://rocm.docs.amd.com/projects/install-on-linux/en/latest/reference/system-requirements.html>`_.
ROCm must be installed before installing rocJPEG. See `Quick start installation guide <https://rocm.docs.amd.com/projects/install-on-linux/en/latest/install/quick-start.html>`_ for detailed ROCm installation instructions.
rocJPEG has been tested on the following Linux environments:
* Ubuntu 22.04 and 24.04
* RHEL 8 and 9
* SLES 15 SP7
See `Supported operating systems <https://rocm.docs.amd.com/projects/install-on-linux/en/latest/reference/system-requirements.html#supported-operating-systems>`_ for the complete list of ROCm supported Linux environments.
The following prerequisites are installed by the package installer. If you are building and installing using the source code, use the `rocJPEG-setup.py <https://github.com/ROCm/rocJPEG/blob/develop/rocJPEG-setup.py>`_ setup script available in the rocJPEG GitHub repository to install these prerequisites.
* CMake version 3.10 or later
* AMD Clang++
* AMD VA Drivers
* libva-devel on RHEL and SLES
* libva-dev on Ubuntu 24.04 and later
* libva-amdgpu-dev on Ubuntu 22.04 only
* libstdc++-12-dev on Ubuntu 22.04 only
* HIP, specifically the ``hip-dev`` package