From de85c03c914de1b3336f10e11173f1aa812751b3 Mon Sep 17 00:00:00 2001 From: Istvan Kiss Date: Tue, 28 May 2024 18:48:28 +0200 Subject: [PATCH] SWDEV-464475 - HIP definition update in index.md And add autodetection note to install Change-Id: I14018bc9f62a0bf204d75a23d6f7aa404645fbb3 [ROCm/hip commit: 6cfd1a935559a56c7d4658bfdba5b31fbbb92c71] --- projects/hip/docs/index.md | 4 ++-- projects/hip/docs/install/install.rst | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/projects/hip/docs/index.md b/projects/hip/docs/index.md index e5645772bc..b6e2dbee1e 100644 --- a/projects/hip/docs/index.md +++ b/projects/hip/docs/index.md @@ -1,7 +1,7 @@ # HIP documentation -HIP 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. ## Overview diff --git a/projects/hip/docs/install/install.rst b/projects/hip/docs/install/install.rst index d88ba6596c..f65fa99800 100644 --- a/projects/hip/docs/install/install.rst +++ b/projects/hip/docs/install/install.rst @@ -43,6 +43,9 @@ Installation By default, HIP is installed into ``/opt/rocm/hip``. + .. note:: + There is no autodetection for the HIP installation. If you choose to install it somewhere other than the default location, you must set the ``HIP_PATH`` environment variable as explained in `Build HIP from source <./build.html>`_. + .. tab-item:: NVIDIA :sync: nvidia