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"