rachmadvwp / MAESTRO

MAESTRO binary release

Home Page:http://synergy.ece.gatech.edu/tools/maestro/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MAESTRO

MAESTRO is a cost-benefit model to evaluate dataflows over a general accelerator architecture. It receives dataflow and architecture description and provides buffer access counts, which can be integrated with energy models to produce energy consumption, roofline performance, which is throughput with full compute unit utilization, buffer size requirement, network-on-chip bandwidth requirement, and so on. We are currently validating the model. Until it finishes, we only distribute binary executables. For usages, please see our tutorial slides.

Layer Dimension Description

convention

We are using the convention described in the image above. (C/K: Input/Output channel, Y/X: Input Row/Column, and R/S: Weight Row/Column)

vgg16_conv1_description

In layerDecription directories, you will see example layer description files. The file contents look like the example above (vgg16_conv1.m).

Related Materials

Paper,Tutorial Slides

About

MAESTRO binary release

http://synergy.ece.gatech.edu/tools/maestro/

License:MIT License


Languages

Language:Python 48.9%Language:MATLAB 34.9%Language:M 12.5%Language:Makefile 3.6%