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