From 46902dc30da09487e33844ee9ce481543b8cd8b3 Mon Sep 17 00:00:00 2001 From: Aryan Salmanpour Date: Fri, 31 May 2024 12:36:12 -0400 Subject: [PATCH] Update docs and README (#29) [ROCm/rocjpeg commit: 417a5f5c92f2d9d9796e84666f45272a64e09415] --- projects/rocjpeg/README.md | 4 ++-- projects/rocjpeg/docs/install/install.rst | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/projects/rocjpeg/README.md b/projects/rocjpeg/README.md index 34a778b2ae..67457c0780 100644 --- a/projects/rocjpeg/README.md +++ b/projects/rocjpeg/README.md @@ -29,7 +29,7 @@ rocJPEG is a high performance JPEG decode SDK for AMD GPUs. Using the rocJPEG AP > [!IMPORTANT] > `sudo amdgpu-install --usecase=rocm` -* [Video Acceleration API](https://en.wikipedia.org/wiki/Video_Acceleration_API) Version `1.5.0+` - `Libva` is an implementation for VA-API +* Video Acceleration API (VA-API) Version `1.5.0+` - `Libva` is an implementation for VA-API ```shell sudo apt install libva-dev ``` @@ -47,7 +47,7 @@ rocJPEG is a high performance JPEG decode SDK for AMD GPUs. Using the rocJPEG AP sudo apt install cmake ``` -* [pkg-config](https://en.wikipedia.org/wiki/Pkg-config) +* pkg-config ```shell sudo apt install pkg-config diff --git a/projects/rocjpeg/docs/install/install.rst b/projects/rocjpeg/docs/install/install.rst index a46c429f99..1fd2683f76 100644 --- a/projects/rocjpeg/docs/install/install.rst +++ b/projects/rocjpeg/docs/install/install.rst @@ -237,8 +237,8 @@ architecture. "gfx908 - MI1xx", "VCN 2.5.0", "2", "1", "4096, 4096" "gfx90a - MI2xx", "VCN 2.6.0", "2", "1", "4096, 4096" - "gfx940, gfx942 - MI300A", "VCN 3.0", "3", "8", "4096, 4096" - "gfx941, gfx942 - MI300X", "VCN 3.0", "4", "8", "4096, 4096" - "gfx1030, gfx1031, gfx1032 - Navi2x", "VCN 3.x", "2", "1", "4096, 4096" - "gfx1100, gfx1102 - Navi3x", "VCN 4.0", "2", "1", "4096, 4096" - "gfx1101 - Navi3x", "VCN 4.0", "1", "1", "4096, 4096" + "gfx940, gfx942 - MI300A", "VCN 3.0", "3", "8", "16384, 16384" + "gfx941, gfx942 - MI300X", "VCN 3.0", "4", "8", "16384, 16384" + "gfx1030, gfx1031, gfx1032 - Navi2x", "VCN 3.x", "2", "1", "16384, 16384" + "gfx1100, gfx1102 - Navi3x", "VCN 4.0", "2", "1", "16384, 16384" + "gfx1101 - Navi3x", "VCN 4.0", "1", "1", "16384, 16384"