Skip to content

Commit 02da80d

Browse files
authored
[hipcc] Remove PERL scripts, add GitHub repo link
Add reference to ROCm compiler reference, remove unused test file update link in ENV topic
1 parent 223154b commit 02da80d

File tree

4 files changed

+7
-19
lines changed

4 files changed

+7
-19
lines changed

amd/hipcc/docs/env.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ HIPCC environment variables
99
******************************************
1010

1111
This topic provides descriptions of the HIPCC environment
12-
variables. For more information about other ROCm environment variables, see
13-
:ref:`ROCm environment variables page <env-variables-reference>`.
12+
variables. For more information about other ROCm environment variables, see
13+
`HIP environment variables <https://rocm.docs.amd.com/projects/HIP/en/latest/reference/env_variables.html>`_.
1414

1515
.. list-table::
1616
:header-rows: 1

amd/hipcc/docs/index.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
HIPCC documentation
99
******************************************
1010

11-
``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.
11+
.. note::
12+
ROCm provides and supports multiple compilers as described in `ROCm compiler reference <https://rocm.docs.amd.com/projects/llvm-project/en/latest/reference/rocmcc.html>`_.
1213

13-
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.
14+
``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.
1415

15-
.. note::
16-
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.
16+
The HIPCC public repository is located at `https://github.com/ROCm/llvm-project/tree/amd-staging/amd/hipcc <https://github.com/ROCm/llvm-project/tree/amd-staging/amd/hipcc>`_
1717

1818
The documentation is structured as follows:
1919

amd/hipcc/docs/test.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

amd/hipcc/docs/usage.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
Using HIPCC
99
******************************************
1010

11-
The built executables can be used the same way as the ``hipcc`` and ``hipconfig`` Perl scripts.
12-
To use the newly built executables from the build folder use ``./`` in front of the executable name.
11+
To use the newly built the ``hipcc`` and ``hipconfig`` executables from the build folder use ``./`` in front of the executable name.
1312
For example:
1413

1514
.. code-block:: shell
@@ -18,4 +17,3 @@ For example:
1817
./hipcc --help
1918
./hipcc --version
2019
./hipconfig --full
21-

0 commit comments

Comments
 (0)