From aef074db7aea644148641e86a6ebc515685a26b8 Mon Sep 17 00:00:00 2001 From: Aryan Salmanpour Date: Thu, 11 Apr 2024 13:36:27 -0400 Subject: [PATCH] Update README (#313) [ROCm/rocdecode commit: 44293d22181b2c9a807ea895021321902a14fe82] --- projects/rocdecode/README.md | 7 +++---- projects/rocdecode/docs/install/install.rst | 14 +++++++------- 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/projects/rocdecode/README.md b/projects/rocdecode/README.md index 21811d544f..e04d38efdd 100644 --- a/projects/rocdecode/README.md +++ b/projects/rocdecode/README.md @@ -8,13 +8,13 @@ access the video decoding features available on your GPU. ## Supported codecs * H.265 (HEVC) - 8 bit, and 10 bit +* H.264 (AVC) - 8 bit ## Prerequisites * Linux distribution * Ubuntu - `20.04` / `22.04` * RHEL - `8` / `9` - * SLES - `15-SP4` * [ROCm-supported hardware](https://rocm.docs.amd.com/projects/install-on-linux/en/latest/reference/system-requirements.html) > [!IMPORTANT] @@ -218,9 +218,8 @@ page. * Linux * Ubuntu - `20.04` / `22.04` * RHEL - `8` / `9` - * SLES - `15-SP4` * ROCm: - * rocm-core - `6.1.0.60100-28` - * amdgpu-core - `1:6.1.60100-1731559` + * rocm-core - `6.1.0.60100-64` + * amdgpu-core - `1:6.1.60100-1741643` * FFmpeg - `4.2.7` / `4.4.2-0` * rocDecode Setup Script - `V1.7.1` diff --git a/projects/rocdecode/docs/install/install.rst b/projects/rocdecode/docs/install/install.rst index 12cd4d5d70..3a061ced57 100644 --- a/projects/rocdecode/docs/install/install.rst +++ b/projects/rocdecode/docs/install/install.rst @@ -258,10 +258,10 @@ architecture. .. csv-table:: :header: "GPU Architecture", "VCN Generation", "Number of VCNs", "H.265/HEVC", "Max width, Max height - H.265", "H.264/AVC", "Max width, Max height - H.264" - "gfx908 - MI1xx", "VCN 2.5.0", "2", "Yes", "4096, 2176", "No", "4096, 2160" - "gfx90a - MI2xx", "VCN 2.6.0", "2", "Yes", "4096, 2176", "No", "4096, 2160" - "gfx940, gfx942 - MI3xx", "VCN 3.0", "3", "Yes", "7680, 4320", "No", "4096, 2176" - "gfx941 - MI3xx", "VCN 3.0", "4", "Yes", "7680, 4320", "No", "4096, 2176" - "gfx1030, gfx1031, gfx1032 - Navi2x", "VCN 3.x", "2", "Yes", "7680, 4320", "No", "4096, 2176" - "gfx1100, gfx1102 - Navi3x", "VCN 4.0", "2", "Yes", "7680, 4320", "No", "4096, 2176" - "gfx1101 - Navi3x", "VCN 4.0", "1", "Yes", "7680, 4320", "No", "4096, 2176" + "gfx908 - MI1xx", "VCN 2.5.0", "2", "Yes", "4096, 2176", "Yes", "4096, 2160" + "gfx90a - MI2xx", "VCN 2.6.0", "2", "Yes", "4096, 2176", "Yes", "4096, 2160" + "gfx940, gfx942 - MI3xx", "VCN 3.0", "3", "Yes", "7680, 4320", "Yes", "4096, 2176" + "gfx941 - MI3xx", "VCN 3.0", "4", "Yes", "7680, 4320", "Yes", "4096, 2176" + "gfx1030, gfx1031, gfx1032 - Navi2x", "VCN 3.x", "2", "Yes", "7680, 4320", "Yes", "4096, 2176" + "gfx1100, gfx1102 - Navi3x", "VCN 4.0", "2", "Yes", "7680, 4320", "Yes", "4096, 2176" + "gfx1101 - Navi3x", "VCN 4.0", "1", "Yes", "7680, 4320", "Yes", "4096, 2176"