Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 500 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 500 Bytes

MAESTRO

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

Required packages

C++ compiler SCONS build system (https://scons.org/) Boost library (https://www.boost.org/)

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)