SWDEV-464475 - HIP supported GPUs

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

Change-Id: Ib8a0011d64cc413dc4354254a804045a3540abe6


[ROCm/hip commit: 8c51dc9438]
This commit is contained in:
Istvan Kiss
2024-05-28 18:51:08 +02:00
zatwierdzone przez Istvan Kiss
rodzic de85c03c91
commit 1927a839ed
+9 -1
Wyświetl plik
@@ -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