Searched refs:HISTOGRAM_THREADBLOCK_MEMORY (Results 1 – 1 of 1) sorted by relevance
96 const int HISTOGRAM_THREADBLOCK_MEMORY = HISTOGRAM_WARP_COUNT * HISTOGRAM_BIN_COUNT; in calcPartialHistogram() local99 __shared__ unsigned int s_Hist0[HISTOGRAM_THREADBLOCK_MEMORY]; in calcPartialHistogram()100 __shared__ unsigned int s_Hist1[HISTOGRAM_THREADBLOCK_MEMORY]; in calcPartialHistogram()101 __shared__ unsigned int s_Hist2[HISTOGRAM_THREADBLOCK_MEMORY]; in calcPartialHistogram()105 for (int i = 0; i < (HISTOGRAM_THREADBLOCK_MEMORY / HISTOGRAM_THREADBLOCK_SIZE); ++i) in calcPartialHistogram()