Skip to content

Commit 9566e77

Browse files
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> [ROCm/rocjpeg commit: f4bae23]
1 parent d381774 commit 9566e77

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

projects/rocjpeg/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ rocJPEG is a high performance JPEG decode SDK for AMD GPUs. Using the rocJPEG AP
2121
* Linux
2222
* Ubuntu - `22.04` / `24.04`
2323
* RedHat - `8` / `9`
24-
* SLES - `15-SP5`
24+
* SLES - `15 SP6` / `15 SP7`
2525

2626
### Hardware
2727
* **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)

projects/rocjpeg/docs/install/rocjpeg-prerequisites.rst

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,13 @@ rocJPEG requires ROCm running on `accelerators based on the CDNA architecture <h
1010

1111
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.
1212

13-
rocJPEG can be installed on the following Linux environments:
13+
rocJPEG has been tested on the following Linux environments:
1414

15-
* Ubuntu 22.04 or 24.04
16-
* RHEL 8 or 9
17-
* SLES: 15-SP5
15+
* Ubuntu 22.04 and 24.04
16+
* RHEL 8 and 9
17+
* SLES 15 SP6 and SP7
18+
19+
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.
1820

1921
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.
2022

@@ -23,3 +25,4 @@ The following prerequisites are installed by the package installer. If you are b
2325
* Video Acceleration API (VA-API) - libva-amdgpu-dev is an AMD implementation for VA-API
2426
* AMD VA Drivers
2527
* libstdc++-12-dev for installations on Ubuntu 22.04
28+

0 commit comments

Comments
 (0)