Files
rocm-systems/docs/install/rocjpeg-prerequisites.rst
T

29 baris
1.6 KiB
ReStructuredText
Mentah Pandangan Normal Riwayat

2024-10-22 17:23:18 -04:00
.. meta::
:description: rocJPEG Installation Prerequisites
:keywords: install, rocJPEG, AMD, ROCm, prerequisites, dependencies, requirements
********************************************************************
rocJPEG prerequisites
********************************************************************
rocJPEG requires ROCm running on `accelerators based on the CDNA architecture <https://rocm.docs.amd.com/projects/install-on-linux/en/latest/reference/system-requirements.html>`_.
2024-10-22 17:23:18 -04:00
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.
2024-10-22 17:23:18 -04:00
rocJPEG has been tested on the following Linux environments:
2024-10-22 17:23:18 -04:00
* Ubuntu 22.04 and 24.04
* RHEL 8 and 9
2025-09-17 23:06:25 -04:00
* 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.
2024-10-22 17:23:18 -04:00
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.
2025-03-04 11:50:45 -08:00
* AMD Clang++
* CMake version 3.10 or later
2024-11-22 10:52:10 -08:00
* Video Acceleration API (VA-API) - libva-amdgpu-dev is an AMD implementation for VA-API
2024-10-22 17:23:18 -04:00
* AMD VA Drivers
* libstdc++-12-dev for installations on Ubuntu 22.04