Docs - updated wording around supported linux environments (#176)

* updated wording around supported linux environments

* Update docs/install/rocjpeg-prerequisites.rst

Co-authored-by: Leo Paoletti <164940351+lpaoletti@users.noreply.github.com>

* SLES 15-SP5 isn't supported; removed

* updated SLES to SP6/7

---------

Co-authored-by: Leo Paoletti <164940351+lpaoletti@users.noreply.github.com>
Co-authored-by: Kiriti Gowda <kiritigowda@gmail.com>
This commit is contained in:
spolifroni-amd
2025-09-09 11:16:33 -04:00
zatwierdzone przez GitHub
rodzic 565959f731
commit f4bae23182
2 zmienionych plików z 8 dodań i 5 usunięć
+1 -1
Wyświetl plik
@@ -21,7 +21,7 @@ rocJPEG is a high performance JPEG decode SDK for AMD GPUs. Using the rocJPEG AP
* Linux
* Ubuntu - `22.04` / `24.04`
* RedHat - `8` / `9`
* SLES - `15-SP5`
* SLES - `15 SP6` / `15 SP7`
### Hardware
* **GPU**: [AMD Radeon&trade; Graphics](https://rocm.docs.amd.com/projects/install-on-linux/en/latest/reference/system-requirements.html) / [AMD Instinct&trade; Accelerators](https://rocm.docs.amd.com/projects/install-on-linux/en/latest/reference/system-requirements.html)
+7 -4
Wyświetl plik
@@ -10,11 +10,13 @@ rocJPEG requires ROCm running on `accelerators based on the CDNA architecture <h
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 can be installed on the following Linux environments:
rocJPEG has been tested on the following Linux environments:
* Ubuntu 22.04 or 24.04
* RHEL 8 or 9
* SLES: 15-SP5
* Ubuntu 22.04 and 24.04
* RHEL 8 and 9
* SLES 15 SP6 and 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.
@@ -23,3 +25,4 @@ The following prerequisites are installed by the package installer. If you are b
* Video Acceleration API (VA-API) - libva-amdgpu-dev is an AMD implementation for VA-API
* AMD VA Drivers
* libstdc++-12-dev for installations on Ubuntu 22.04