HIPCC documentation#
Note
ROCm provides and supports multiple compilers as described in ROCm compiler reference.
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.
The HIPCC public repository is located at ROCm/llvm-project
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.