diff --git a/docs/about/license.md b/docs/about/license.md index a2cd7683a..71568f128 100644 --- a/docs/about/license.md +++ b/docs/about/license.md @@ -39,6 +39,7 @@ additional licenses. Please review individual repositories for more information. | [hipBLASLt](https://github.com/ROCm/rocm-libraries/tree/develop/projects/hipblaslt/) | [MIT](https://github.com/ROCm/rocm-libraries/blob/develop/projects/hipblaslt/LICENSE.md) | | [HIPCC](https://github.com/ROCm/llvm-project/tree/amd-staging/amd/hipcc) | [MIT](https://github.com/ROCm/llvm-project/blob/amd-staging/amd/hipcc/LICENSE.txt) | | [hipCUB](https://github.com/ROCm/rocm-libraries/tree/develop/projects/hipcub/) | [Custom](https://github.com/ROCm/rocm-libraries/blob/develop/projects/hipcub/LICENSE.txt) | +| [hipDNN](https://github.com/ROCm/rocm-libraries/tree/develop/projects/hipdnn/) | [MIT](https://github.com/ROCm/rocm-libraries/blob/develop/projects/hipdnn/LICENSE.md) | | [hipFFT](https://github.com/ROCm/rocm-libraries/tree/develop/projects/hipfft/) | [MIT](https://github.com/ROCm/rocm-libraries/blob/develop/projects/hipfft/LICENSE.md) | | [hipfort](https://github.com/ROCm/hipfort/) | [MIT](https://github.com/ROCm/hipfort/blob/develop/LICENSE) | | [HIPIFY](https://github.com/ROCm/HIPIFY/) | [MIT](https://github.com/ROCm/HIPIFY/blob/amd-staging/LICENSE.txt) | diff --git a/docs/reference/api-libraries.md b/docs/reference/api-libraries.md index e64a963aa..8058a4703 100644 --- a/docs/reference/api-libraries.md +++ b/docs/reference/api-libraries.md @@ -18,6 +18,7 @@ (artificial-intelligence-apis)= * {doc}`Composable Kernel ` +* {doc}`hipDNN ` * {doc}`MIGraphX ` * {doc}`MIOpen ` * {doc}`MIVisionX ` diff --git a/docs/what-is-rocm.rst b/docs/what-is-rocm.rst index f6ba5c3a2..573513852 100644 --- a/docs/what-is-rocm.rst +++ b/docs/what-is-rocm.rst @@ -36,6 +36,7 @@ Machine Learning & Computer Vision :header: "Component", "Description" ":doc:`Composable Kernel `", "Provides a programming model for writing performance critical kernels for machine learning workloads across multiple architectures" + ":doc:`hipDNN `", "A graph-based deep learning library that enables multi-operation fusion for improved performance on AMD GPUs. " ":doc:`MIGraphX `", "Graph inference engine that accelerates machine learning model inference" ":doc:`MIOpen `", "An open source deep-learning library" ":doc:`MIVisionX `", "Set of comprehensive computer vision and machine learning libraries, utilities, and applications"