Skip to content

Commit

Permalink
upped the pipeline widths in both dedup and ferret
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric C Reed committed Jul 25, 2011
1 parent ec304e3 commit c7e5ed9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ extern "C" {

#include <stack>

#define PIPELINE_WIDTH 64
#define PIPELINE_WIDTH 1024

struct load_data {
int width, height;
Expand Down
4 changes: 2 additions & 2 deletions pkgs/kernels/dedup/src/encoder-funcobj.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@

#define INITIAL_SIZE 4096

#define OUTER_PIPELINE_NUM_TOKENS 32 // TODO find better value
#define INNER_PIPELINE_NUM_TOKENS 32 // TODO find better value
#define OUTER_PIPELINE_NUM_TOKENS 1024 // TODO find better value
#define INNER_PIPELINE_NUM_TOKENS 1024 // TODO find better value

// TODO do we need this?
extern config * conf;
Expand Down

0 comments on commit c7e5ed9

Please sign in to comment.