|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectat.dms.kjc.sir.lowering.partition.linear.LinearPartitioner
public class LinearPartitioner
Field Summary | |
---|---|
static int |
COLLAPSE_ANY
|
static int |
COLLAPSE_FREQ
|
static int |
COLLAPSE_LINEAR
|
static int |
COLLAPSE_NONE
Different configurations to look for. |
static boolean |
DEBUG
Debugging. |
static int |
MAX_MULT_TO_UNROLL
The threshold for the number of multiplies in a node before we stop unrolling and generate a matrix multiply with loops. |
Constructor Summary | |
---|---|
LinearPartitioner(SIRStream str,
LinearAnalyzer lfa)
|
Method Summary | |
---|---|
static String |
COLLAPSE_STRING(int collapse)
String names for collapse values |
at.dms.kjc.sir.lowering.partition.linear.LDPConfig |
getConfig(SIRStream str)
|
HashMap[] |
getExecutionCounts()
Returns the pre-computed execution counts for the stream that we're partitioning. |
LinearAnalyzer |
getLinearAnalyzer()
|
SIRStream |
toplevel()
This is the toplevel call for doing partitioning. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final boolean DEBUG
public static final int MAX_MULT_TO_UNROLL
public static final int COLLAPSE_NONE
public static final int COLLAPSE_ANY
public static final int COLLAPSE_LINEAR
public static final int COLLAPSE_FREQ
Constructor Detail |
---|
public LinearPartitioner(SIRStream str, LinearAnalyzer lfa)
Method Detail |
---|
public static final String COLLAPSE_STRING(int collapse)
public SIRStream toplevel()
public at.dms.kjc.sir.lowering.partition.linear.LDPConfig getConfig(SIRStream str)
public LinearAnalyzer getLinearAnalyzer()
public HashMap[] getExecutionCounts()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |