|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StreamItDot | |
---|---|
at.dms.kjc | |
at.dms.kjc.sir.linear | Provides analysis and optimization of linear portions of the stream graph. |
at.dms.kjc.sir.lowering.fission | Provides compiler passes to split (parallelize) a filter into a set of fine-grained filters. |
at.dms.kjc.sir.lowering.partition | Provides algorithms for adjusting the granularity of the stream graph to improve load balancing or optimization potential. |
Uses of StreamItDot in at.dms.kjc |
---|
Subclasses of StreamItDot in at.dms.kjc | |
---|---|
class |
NumberDot
This class does the front-end processing to turn a Kopi compilation unit into StreamIt classes, and then prints the class graph as a dot file. |
class |
SimpleDot
This class does the front-end processing to turn a Kopi compilation unit into StreamIt classes, and then prints the class graph as a dot file. |
Uses of StreamItDot in at.dms.kjc.sir.linear |
---|
Subclasses of StreamItDot in at.dms.kjc.sir.linear | |
---|---|
class |
LinearDot
This class extends the main StreamIt dot (graph) printer to annotate the dot graphs with linear analysis information. |
class |
LinearDotSimple
This is like LinearDot except that the node labels are only the names and not the IO rates. |
Uses of StreamItDot in at.dms.kjc.sir.lowering.fission |
---|
Subclasses of StreamItDot in at.dms.kjc.sir.lowering.fission | |
---|---|
class |
StatelessDot
This class extends the main streamit dot printer to color nodes that are stateless. |
Uses of StreamItDot in at.dms.kjc.sir.lowering.partition |
---|
Subclasses of StreamItDot in at.dms.kjc.sir.lowering.partition | |
---|---|
class |
PartitionDot
This class extends the main streamit dot printer to annotate the dot graphs with partitioning information. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |