From 9566e778fcda6ef499b4c4ebfc95fc081ca8fe50 Mon Sep 17 00:00:00 2001 From: spolifroni-amd Date: Tue, 9 Sep 2025 11:16:33 -0400 Subject: [PATCH] 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 [ROCm/rocjpeg commit: f4bae231829a825850c927d401bc8fd1b83c9a8f] --- projects/rocjpeg/README.md | 2 +- .../rocjpeg/docs/install/rocjpeg-prerequisites.rst | 11 +++++++---- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/projects/rocjpeg/README.md b/projects/rocjpeg/README.md index 67f108d35e..8717fbb3d1 100644 --- a/projects/rocjpeg/README.md +++ b/projects/rocjpeg/README.md @@ -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™ Graphics](https://rocm.docs.amd.com/projects/install-on-linux/en/latest/reference/system-requirements.html) / [AMD Instinct™ Accelerators](https://rocm.docs.amd.com/projects/install-on-linux/en/latest/reference/system-requirements.html) diff --git a/projects/rocjpeg/docs/install/rocjpeg-prerequisites.rst b/projects/rocjpeg/docs/install/rocjpeg-prerequisites.rst index 80137cad28..0159b6c4cb 100644 --- a/projects/rocjpeg/docs/install/rocjpeg-prerequisites.rst +++ b/projects/rocjpeg/docs/install/rocjpeg-prerequisites.rst @@ -10,11 +10,13 @@ rocJPEG requires ROCm running on `accelerators based on the CDNA architecture `_ 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 `_ 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 `_ 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 +