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
.
The documentation is structured as follows:
Installation
How to
To contribute to the documentation, refer to Contributing to ROCm.
You can find licensing information on the Licensing page.