diff --git a/amd/hipcc/docs/env.rst b/amd/hipcc/docs/env.rst index 019c7f3b8e2d4..4b6590b1ee2bb 100644 --- a/amd/hipcc/docs/env.rst +++ b/amd/hipcc/docs/env.rst @@ -10,7 +10,7 @@ HIPCC environment variables This topic provides descriptions of the HIPCC environment variables. For more information about other ROCm environment variables, see -:ref:`ROCm environment variables page `. +`HIP environment variables `_. .. list-table:: :header-rows: 1 diff --git a/amd/hipcc/docs/index.rst b/amd/hipcc/docs/index.rst index 7ffef516cc1b8..05dd9ee8aced2 100644 --- a/amd/hipcc/docs/index.rst +++ b/amd/hipcc/docs/index.rst @@ -8,12 +8,12 @@ HIPCC documentation ****************************************** -``hipcc`` is a compiler driver utility that will call clang or nvcc, depending on target, and pass the appropriate include and library options for the target compiler and HIP infrastructure. +.. note:: + ROCm provides and supports multiple compilers as described in `ROCm compiler reference `_. -There are both C++ and Perl executable versions of the ``hipcc`` and ``hipconfig`` compiler driver utilities provided. By default the C++ version is used when ``hipcc`` is run. +``hipcc`` is a compiler driver utility that will call ``clang`` or ``nvcc``, depending on target, and pass the appropriate include and library options for the target compiler and HIP infrastructure. C++ executable versions of ``hipcc`` and ``hipconfig`` compiler driver utilities are provided. -.. note:: - You can manually run the Perl scripts using hipcc.pl and hipconfig.pl from the installation. However, you must ensure Perl is installed on the system for the scripts to work. Perl is not automatically installed with the ROCm installation. +The HIPCC public repository is located at `https://github.com/ROCm/llvm-project/tree/amd-staging/amd/hipcc `_ The documentation is structured as follows: diff --git a/amd/hipcc/docs/test.md b/amd/hipcc/docs/test.md deleted file mode 100644 index 890232e52bad6..0000000000000 --- a/amd/hipcc/docs/test.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -myst: - html_meta: - "description lang=en": "Testing HIPCC command" - "keywords": "HIPCC, ROCm, HIP tools, HIP compiler" ---- - -# Testing - -Currently hipcc/hipconfig executables are tested by building and executing HIP tests. Separate tests for hipcc/hipconfig are not planned. diff --git a/amd/hipcc/docs/usage.rst b/amd/hipcc/docs/usage.rst index 0d7a2d5edeee4..2ff3e2372f9e2 100644 --- a/amd/hipcc/docs/usage.rst +++ b/amd/hipcc/docs/usage.rst @@ -8,8 +8,7 @@ Using HIPCC ****************************************** -The built executables can be used the same way as the ``hipcc`` and ``hipconfig`` Perl scripts. -To use the newly built executables from the build folder use ``./`` in front of the executable name. +To use the newly built the ``hipcc`` and ``hipconfig`` executables from the build folder use ``./`` in front of the executable name. For example: .. code-block:: shell @@ -18,4 +17,3 @@ For example: ./hipcc --help ./hipcc --version ./hipconfig --full -