|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectat.dms.kjc.sir.linear.transform.LinearTransform
at.dms.kjc.sir.linear.transform.LinearTransformSplitJoin
public class LinearTransformSplitJoin
Contains the code for merging all the filters from a split join
into a single monolithic matrix. See the pldi-03-linear
paper or Andrew's
thesis for more information.
$Id: LinearTransformSplitJoin.java,v 1.9 2006/09/25 13:54:42 dimock Exp $
Method Summary | |
---|---|
static LinearTransform |
calculateDuplicate(List<LinearFilterRepresentation> representationList,
int[] joinerWeights)
Calculate the necessary information to combine the splitjoin when the splitter is a duplicate. |
static int |
getMaxPeek(LinearFilterRepresentation[] filterReps,
int[] filterFirings)
Calculates the maxmum peek rate (o_i * firings + e_i - o_i) for all of the filters. |
static LinearFilterRepresentation[] |
parseRepList(List<LinearFilterRepresentation> representationList)
Utility method. |
LinearFilterRepresentation |
transform()
Implement the actual transformation for a duplicate splitter splitjoin construct. |
Methods inherited from class at.dms.kjc.sir.linear.transform.LinearTransform |
---|
divCeiling, gcd, gcd, lcm, lcm |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public LinearFilterRepresentation transform() throws NoTransformPossibleException
transform
in class LinearTransform
NoTransformPossibleException
public static LinearFilterRepresentation[] parseRepList(List<LinearFilterRepresentation> representationList)
public static LinearTransform calculateDuplicate(List<LinearFilterRepresentation> representationList, int[] joinerWeights)
public static int getMaxPeek(LinearFilterRepresentation[] filterReps, int[] filterFirings)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |