Difference between revisions of "Design overview"

From MAGEEC
Jump to: navigation, search
(Listed the three portions of MAGEEC)
(No difference)

Revision as of 14:40, 14 August 2013


Overall MAGEEC is split into three phases: data gathering, training, and compiler infrastructure.

Data Gathering

The Data gathering stage is the initial stage where programs are generated, their features collect and the binary executed on the target platform. The energy data for this is collected and entered into a database

Training

The training phase takes the data from the database, and learns a classifier.

Compiler Infrastructure

This portion of MAGEEC embeds into the compiler as a plugin, controlling which optimisation passes get executed based on the classifier that was learned previously.