diff --git a/projects/hip/docs/install/build.rst b/projects/hip/docs/install/build.rst index 6882770f52..72fed1dc48 100644 --- a/projects/hip/docs/install/build.rst +++ b/projects/hip/docs/install/build.rst @@ -92,15 +92,15 @@ Set the repository branch using the variable: ``ROCM_BRANCH``. For example, for .. note:: Note, if you don't specify ``CMAKE_INSTALL_PREFIX``, the HIP runtime is installed at - ``/hip``. + ````. By default, release version of HIP is built. If need debug version, you can put the option ``CMAKE_BUILD_TYPE=Debug`` in the command line. Default paths and environment variables: - * HIP is installed into ``/hip``. This can be overridden by setting the ``HIP_PATH`` + * HIP is installed into ````. This can be overridden by setting the ``INSTALL_PREFIX`` as the command option. environment variable. - * HSA is in ``/hsa``. This can be overridden by setting the ``HSA_PATH`` + * HSA is in ````. This can be overridden by setting the ``HSA_PATH`` environment variable. * Clang is in ``/llvm/bin``. This can be overridden by setting the ``HIP_CLANG_PATH`` environment variable. @@ -110,7 +110,7 @@ Set the repository branch using the variable: ``ROCM_BRANCH``. For example, for use the tools. * Optionally, you can set ``HIPCC_VERBOSE=7`` to output the command line for compilation. - After you run the ``make install`` command, make sure ``HIP_PATH`` points to ``$PWD/install/hip``. + After you run the ``make install`` command, HIP is installed to ```` by default, or ``$PWD/install/hip`` while ``INSTALL_PREFIX`` is defined. #. Generate a profiling header after adding/changing a HIP API.