01 - Install docc
The Daisytuner Optimizing Compiler Collection (docc) is a drop-in replacement for clang and gcc. It enables you to cross-compile C/C++ applications for different processors and accelerators by simply providing additional compiler flags.
Currently, docc is available for Linux distributions via .deb and .rpm packages. Please follow the instructions below for your operating system.
Debian / Ubuntu
First, install the LLVM-19 from sources to avoid conflicts with the default package from your distribution by visting the official sources
Next, download the latest release from our website and install the downloaded package:
sudo apt-get install ./docc_amd64.deb