sympiler
sympiler copied to clipboard
Sympiler is a Code Generator for Transforming Sparse Matrix Codes
Sympiler
Sympiler is a code generator for transforming sparse matrix methods. To access the list of publication and resources please visit: http://www.sympiler.com/
Quick Build Guide for Impatient Users
If you have CMake 3.16 or higher and a C++11 compiler, then:
git clone --recursive https://github.com/sympiler/sympiler.git
cd sympiler
cmake -DCMAKE_BUILD_TYPE=Release -S . -B build
cmake --build build --config Release -j 6
For details, please see the table below.