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