Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
Former-commit-id: 7697339839facf68afa3da5c683d43bc2cf65593
  • Loading branch information
dumerrill committed Feb 13, 2015
1 parent 036243e commit 0cb2174
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 438 deletions.
4 changes: 3 additions & 1 deletion cub/block_sweep/block_histogram_sweep.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,9 @@ struct BlockHistogramSweep
/// The transform operator for determining privatized counter indices from samples, one for each channel
PrivatizedDecodeOpT (&privatized_decode_op)[NUM_ACTIVE_CHANNELS];

/// Whether to prefer privatized smem counters vs privatized global counters
bool prefer_smem;


//---------------------------------------------------------------------
// Initialize privatized bin counters
Expand Down Expand Up @@ -614,7 +617,6 @@ struct BlockHistogramSweep
// Interface
//---------------------------------------------------------------------

bool prefer_smem;

/**
* Constructor
Expand Down
Loading

0 comments on commit 0cb2174

Please sign in to comment.