This is a research project investigating frontends and backends to the Tapir LLVM IR extensions.
mkdir build
cd build
cmake ..
make
mkdir build
cd build
cmake .. -DKITSUNE_CLANG=on
make
./build/llvm/bin/clang <source_file> <source_flags> -ftapir=<backend rts>
Currently supported backend runtimes are cilk
and openmp
, though the cilk
backend is more mature.
- Parallel for doesn't currently work with OpenMP backend