diff --git a/docs/index.md b/docs/index.md index 8f13c546ca..587f4c5817 100644 --- a/docs/index.md +++ b/docs/index.md @@ -41,6 +41,7 @@ portable applications for AMD and NVIDIA GPUs from single source code. * {doc}`/doxygen/html/index` * [C++ language extensions](./reference/kernel_language) * [Comparing Syntax for different APIs](./reference/terms) +* [HIP supported GPUs](./reference/hip_supported_gpus) * [HSA Runtime API for ROCm](./reference/virtual_rocr) * [List of deprecated APIs](./reference/deprecated_api_list) diff --git a/docs/reference/hip_supported_gpus.rst b/docs/reference/hip_supported_gpus.rst new file mode 100644 index 0000000000..fb076be611 --- /dev/null +++ b/docs/reference/hip_supported_gpus.rst @@ -0,0 +1,15 @@ +.. meta:: + :description: This chapter lists the HIP supported GPUs + :keywords: AMD, ROCm, HIP, Supported GPUs + +******************************************************************************* +HIP supported GPUs +******************************************************************************* + +The HIP supported AMD GPUs lists for Linux and Windows: + +* `HIP supported AMD GPUs on Linux `_ +* `HIP supported AMD GPUs on Windows `_ + +The NVIDIA GPUs must be CUDA enabled to be able to run HIP code on them. +The CUDA/HIP supported NVIDIA GPUs can be found at `CUDA GPUs `_ diff --git a/docs/sphinx/_toc.yml.in b/docs/sphinx/_toc.yml.in index 17af3731fc..20af252da9 100644 --- a/docs/sphinx/_toc.yml.in +++ b/docs/sphinx/_toc.yml.in @@ -37,6 +37,7 @@ subtrees: title: C++ language extensions - file: reference/terms title: Comparing Syntax for different APIs + - file: reference/hip_supported_gpus - file: reference/virtual_rocr - file: reference/deprecated_api_list title: List of deprecated APIs