SWDEV-464475 - HIP supported GPUs

- Suggestion
- Fix CUDA GPUs link
- Remove incorrect only phrase
- MD fix
- Fix link

Change-Id: Ib8a0011d64cc413dc4354254a804045a3540abe6
This commit is contained in:
Istvan Kiss
2024-05-28 18:51:08 +02:00
committed by Istvan Kiss
parent 6cfd1a9355
commit 8c51dc9438
+9 -1
View File
@@ -1,7 +1,15 @@
# HIP documentation
The Heterogeneous-computing Interface for Portability (HIP) API is a C++ runtime
API and kernel language that lets developers create portable applications for AMD and NVIDIA GPUs from single source code.
API and kernel language that lets developers create portable applications for AMD
and NVIDIA GPUs from single source code.
For HIP supported AMD GPUs on multiple operating systems, see:
* [Linux system requirements](https://rocm.docs.amd.com/projects/install-on-linux/en/latest/reference/system-requirements.html#supported-gpus)
* [Microsoft Windows system requirements](https://rocm.docs.amd.com/projects/install-on-windows/en/latest/reference/system-requirements.html#windows-supported-gpus)
The CUDA enabled NVIDIA GPUs are supported by HIP. For more information, see [GPU Compute Capability](https://developer.nvidia.com/cuda-gpus).
## Overview