Skip to content

Commit

Permalink
Reduce FIFO depth in FetchSubTuple
Browse files Browse the repository at this point in the history
  • Loading branch information
burchanie committed Aug 25, 2015
1 parent c1f3cb8 commit 67332da
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ code. In case of underflow (requesting more entries than internally stored)

public class FetchSubTuple extends KernelLib
{
private static final int bufferDepth = 8;
private static final int bufferDepth = 4;

private DFEVectorType<DFEVar> m_tupleType;
private DFEVectorType<DFEVar> m_boolTupleType;
Expand Down

0 comments on commit 67332da

Please sign in to comment.