From a31562298475d3e34ca688aa22fb158193aff1a5 Mon Sep 17 00:00:00 2001 From: Istvan Kiss Date: Tue, 28 May 2024 15:36:34 +0200 Subject: [PATCH] HIP supported GPUs - Suggestion - Fix CUDA GPUs link - Remove incorrect only phrase - MD fix --- docs/index.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index 24542ec2e9..c32da3345b 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 `_ +* `Microsoft Windows system requirements `_ + +The CUDA enabled NVIDIA GPUs are supported by HIP. For more information, see `GPU Compute Capability `_. ## Overview