Skip to content

shevitz/kitsune-old

 
 

Repository files navigation

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

About

LLVM + Tapir research project

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Logos 63.8%
  • RPC 18.3%
  • C++ 7.6%
  • C 4.4%
  • LLVM 3.8%
  • Assembly 1.3%
  • Other 0.8%