Skip to content

Remove PERL scripts, add GitHub repo link... #268

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: amd-staging
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion amd/hipcc/docs/env.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <env-variables-reference>`.
`HIP environment variables <https://rocm.docs.amd.com/projects/HIP/en/latest/reference/env_variables.html>`_.

.. list-table::
:header-rows: 1
Expand Down
8 changes: 4 additions & 4 deletions amd/hipcc/docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://rocm.docs.amd.com/projects/llvm-project/en/latest/reference/rocmcc.html>`_.

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 <https://github.com/ROCm/llvm-project/tree/amd-staging/amd/hipcc>`_

The documentation is structured as follows:

Expand Down
10 changes: 0 additions & 10 deletions amd/hipcc/docs/test.md

This file was deleted.

4 changes: 1 addition & 3 deletions amd/hipcc/docs/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -18,4 +17,3 @@ For example:
./hipcc --help
./hipcc --version
./hipconfig --full

Loading