Skip to content

Commit

Permalink
change default version from Perl to C++
Browse files Browse the repository at this point in the history
  • Loading branch information
randyh62 committed Aug 2, 2024
1 parent 2ebd869 commit 487a614
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions amd/hipcc/docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ 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.

There is both a Perl version, and a C++ executable version of the ``hipcc`` and ``hipconfig`` compiler driver utilities provided. By default the Perl version is used when ``hipcc`` is run. To enable the C++ versions, set the environment variable ``HIP_USE_PERL_SCRIPTS=0``.

There are both Perl and C++ executable versions of the ``hipcc`` and ``hipconfig`` compiler driver utilities provided. By default the C++ version is used when ``hipcc`` is run. To enable the Perl versions of these commands set the environment variable ``HIP_USE_PERL_SCRIPTS=1``.

The documentation is structured as follows:

Expand Down

0 comments on commit 487a614

Please sign in to comment.