Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 699 Bytes

README.md

File metadata and controls

31 lines (24 loc) · 699 Bytes

Kitsune

This is a research project investigating frontends and backends to the Tapir LLVM IR extensions.

Building with OpenMP -> Tapir Clang

mkdir build
cd build
cmake ..
make

Building with Flecsi+Kokkos -> Tapir Clang

mkdir build
cd build
cmake .. -DKITSUNE_CLANG=on
make 

Running

./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.

Issues

  • Parallel for doesn't currently work with OpenMP backend