From d5a5bd4da56cc11a17cd3dd7fc772cc4a02e1966 Mon Sep 17 00:00:00 2001 From: peter Date: Tue, 16 Apr 2024 13:20:00 -0700 Subject: [PATCH] Cherry-pick: add rocDecode (#3020) * Add rocDecode to What is ROCm? components list (#3016) * Add rocDecode to What is ROCm? components list * Fix typo -> 'Common Language Runtime' * Change 'compute' to 'common' * Add rocDecode to API libraries (#3019) --- docs/reference/api-libraries.md | 1 + docs/what-is-rocm.rst | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/reference/api-libraries.md b/docs/reference/api-libraries.md index 2b3e22692..7bc436332 100644 --- a/docs/reference/api-libraries.md +++ b/docs/reference/api-libraries.md @@ -23,6 +23,7 @@ * {doc}`MIGraphX ` * {doc}`MIOpen ` * {doc}`MIVisionX ` +* {doc}`rocDecode ` * [ROCm Performance Primitives (RPP)](https://rocm.docs.amd.com/projects/rpp/en/latest/) ::: diff --git a/docs/what-is-rocm.rst b/docs/what-is-rocm.rst index aa75e6f10..c737ae36a 100644 --- a/docs/what-is-rocm.rst +++ b/docs/what-is-rocm.rst @@ -45,6 +45,7 @@ Machine Learning & Computer Vision ":doc:`MIOpen `", "An open source deep-learning library" ":doc:`MIVisionX `", "Set of comprehensive computer vision and machine learning libraries, utilities, and applications" ":doc:`rocAL `", "An augmentation library designed to decode and process images and videos" + ":doc:`rocDecode `", "High-performance SDK for access to video decoding features on AMD GPUs" ":doc:`ROCm Performance Primitives (RPP) `", "Comprehensive high-performance computer vision library for AMD processors with HIP/OpenCL/CPU back-ends" Communication @@ -130,6 +131,6 @@ Runtimes .. csv-table:: :header: "Component", "Description" - "`AMD Compute Language Runtimes (CLR) `_", "Contains source code for AMD's compute languages runtimes: :doc:`HIP ` and OpenCL" + "`AMD Common Language Runtime (CLR) `_", "Contains source code for AMD's common language runtimes: :doc:`HIP ` and OpenCL" ":doc:`HIP `", "AMD's GPU programming language extension and the GPU runtime" "`ROCR-Runtime `_ ", "User-mode API interfaces and libraries necessary for host applications to launch compute kernels on available HSA ROCm kernel agents"