Skip to content

Commit

Permalink
HIP supported GPUs
Browse files Browse the repository at this point in the history
  • Loading branch information
neon60 committed May 22, 2024
1 parent dd2229f commit 1fb7a14
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
15 changes: 15 additions & 0 deletions docs/reference/hip_supported_gpus.rst
Original file line number Diff line number Diff line change
@@ -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 <https://rocm.docs.amd.com/projects/install-on-linux/en/latest/reference/system-requirements.html#supported-gpus>`_
* `HIP supported AMD GPUs on Windows <https://rocm.docs.amd.com/projects/install-on-windows/en/latest/reference/system-requirements.html#windows-supported-gpus>`_

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 <https://developer.nvidia.com/cuda-gpus>`_
1 change: 1 addition & 0 deletions docs/sphinx/_toc.yml.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1fb7a14

Please sign in to comment.