Skip to content
forked from Blaok/soda-cr

Fast C++ computation reuse exploration engine for the SODA Compiler.

License

Notifications You must be signed in to change notification settings

UCLA-VAST/soda-cr

 
 

Repository files navigation

SODA Computation Reuse

This is the fast C++ computation reuse exploration engine for SODA.

Build

Ubuntu 16.04+

sudo apt install cmake clang-8 libc++-8-dev libc++abi-8-dev libglpk-dev
git clone https://github.com/Blaok/soda-cr
cd soda-cr
mkdir build
cd build
cmake .. -D CXX=clang++-8
make

About

Fast C++ computation reuse exploration engine for the SODA Compiler.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 98.6%
  • CMake 1.4%