sympiler / sympiler

Sympiler is a Code Generator for Transforming Sparse Matrix Codes

Home Page:http://www.sympiler.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

APM example workflow example workflow

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.

Table of Contents:

About

Sympiler is a Code Generator for Transforming Sparse Matrix Codes

http://www.sympiler.com/

License:Other


Languages

Language:C++ 91.7%Language:C 4.2%Language:CMake 4.0%Language:Shell 0.2%