From b5537ced345cec4cdbf06cbb595c0382ee501112 Mon Sep 17 00:00:00 2001 From: Istvan Kiss Date: Sun, 15 Dec 2024 19:27:15 +0100 Subject: [PATCH] Minor fixes --- docs/install/install.rst | 4 ++-- docs/understand/amd_clr.rst | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/install/install.rst b/docs/install/install.rst index f82c478608..42eebefb40 100644 --- a/docs/install/install.rst +++ b/docs/install/install.rst @@ -50,7 +50,7 @@ Installation * :doc:`rocm-install-on-linux:index` * :doc:`rocm-install-on-windows:index` - By default, HIP is installed into ``/opt/rocm/hip``. + By default, HIP is installed into ``/opt/rocm``. .. 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>`_. @@ -77,7 +77,7 @@ Installation The default paths are: * CUDA SDK: ``/usr/local/cuda`` - * HIP: ``/opt/rocm/hip`` + * HIP: ``/opt/rocm`` You can optionally add ``/opt/rocm/bin`` to your path, which can make it easier to use the tools. diff --git a/docs/understand/amd_clr.rst b/docs/understand/amd_clr.rst index eca39270cd..bcefb68359 100644 --- a/docs/understand/amd_clr.rst +++ b/docs/understand/amd_clr.rst @@ -19,11 +19,11 @@ Project organization CLR includes the following source code, -* ``hipamd`` - contains implementation of ``HIP`` language on the AMD platform. It is hosted at `clr/hipamd `_. +* ``hipamd`` - contains implementation of ``HIP`` language on the AMD platform. It is hosted at `clr/hipamd `_. -* ``opencl`` - contains implementation of `OpenCL™ `_ on AMD platform. It is hosted at `clr/opencl `_. +* ``opencl`` - contains implementation of `OpenCL™ `_ on AMD platform. It is hosted at `clr/opencl `_. -* ``rocclr`` - contains ROCm compute runtime used in `HIP` and `OpenCL™`. This is hosted at `clr/rocclr `_. +* ``rocclr`` - contains ROCm compute runtime used in `HIP` and `OpenCL™`. This is hosted at `clr/rocclr `_. How to build/install @@ -79,4 +79,4 @@ To run ``hip-tests`` please go to the repository and follow the steps. Release notes ------------- -HIP provides release notes in CLR `change log `_, which has records of changes in each release. +HIP provides release notes in CLR `change log `_, which has records of changes in each release.