![]() |
FLAMES 0.1.0
Matrix-Empowered HLS Library
|
Flexible Linear Algebra with Matrix-Empowered Synthesis (for Vitis HLS)
Developed by Wuqiong Zhao and other contributors, from LEADS, Southeast University.
If you find FLAMES useful, please cite our paper.
Since FLAMES is a modern library written using C++14 (with some C++17 features), it only supports Vitis HLS 2020 or later where the CCC compiler version is 6.2.0. Notably, Vivado HLS is not supported.
FLAMES is a header-only library, so you can easily use it by first cloning it under you project root with
You can include the required header
All classes and functions are under the flames
namespace, so you can use
to access classes Mat
, etc. directly instead of flames::Mat
.
You can find more information about FLAMES in FLAMES_Insight.pdf
.
The FLAMES is open source and distributed by an Apache license (v2.0).