From 9a60101c7be41b85919c2d8af0ca6bfb7dbd0a8f Mon Sep 17 00:00:00 2001 From: Istvan Kiss Date: Tue, 28 May 2024 15:51:20 +0200 Subject: [PATCH] HIP supported GPUs - Suggestion - Fix CUDA GPUs link - Remove incorrect only phrase - MD fix - Fix link --- docs/index.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index 24542ec2e9..094f29758c 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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. +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. + +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