Skip to content

Commit

Permalink
HIP definition update in index.md and add autodetection note to install
Browse files Browse the repository at this point in the history
  • Loading branch information
neon60 committed May 28, 2024
1 parent 6c88c67 commit 4525565
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
3 changes: 3 additions & 0 deletions docs/install/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 4525565

Please sign in to comment.