SLIDE 6 Xue-Yang Zhu Institute of Software Chinese Academy of Sciences
Model Description
2015-12-05 SAVE2015
A system model includes an SDFG G and its execution platform P.
− An execution platform P is a set of heterogeneous processors with energy consumption information – (in use, idle). − An SDFG is a finite directed graph G = <V, E>
delay (number of initial tokens) d(e)
consumption rate cns(e)
number of tokens consumed from < C,A > by each execution of A edge e
- a FIFO channel
- data dependency between actors
actor v
computation time when v running on processor p t(v,p)
- eg. t(A,p1)= 1, t(A,p2)=3
Multi-rate, eg. prd(< C,A >)=1, cns(< C,A >)=2 Different number of firings of each actor in one iteration of execution, eg. 1A,2B,2C in an iteration. production rate prd(e)
the number of tokens produced onto < C,A >by each execution of C.
A B 2 2 C 1 1 1 1 1 1
5