rachmadvwp / MAESTRO-1

An analytical cost model of DNN Dataflows (http://synergy.ece.gatech.edu/tools/maestro/)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MAESTRO

An analytical cost model of DNN Dataflows (http://synergy.ece.gatech.edu/tools/maestro/)

Required packages

C++ compiler: For g++, version 6 or higher
SCONS build system (https://scons.org/)
Boost library (https://www.boost.org/): version 1.65 or higher

How to build the code?

In the top directory, enter "scons"

How to run the code?

Please refer to "run.sh", which is an example of usage.

Dataflow and layer definitions

Please see data directory. We included some example dataflows and layer definitions (Alexnet and VGG16)

About

An analytical cost model of DNN Dataflows (http://synergy.ece.gatech.edu/tools/maestro/)

License:MIT License


Languages

Language:C++ 97.5%Language:MATLAB 0.8%Language:Python 0.7%Language:M 0.5%Language:CMake 0.3%Language:Shell 0.2%