Searched refs:LOG_WARP_SIZE (Results 1 – 4 of 4) sorted by relevance
71 smem[tid >> LOG_WARP_SIZE] = warpResult; in blockScanInclusive()88 return warpResult + smem[tid >> LOG_WARP_SIZE]; in blockScanInclusive()
58 LOG_WARP_SIZE = 5, enumerator59 WARP_SIZE = 1 << LOG_WARP_SIZE
58 LOG_WARP_SIZE = 5, enumerator59 WARP_SIZE = 1 << LOG_WARP_SIZE,
62 const int LOG_WARP_SIZE = 5; variable63 const int WARP_SIZE = 1 << LOG_WARP_SIZE;65 const unsigned int TAG_MASK = (1U << (UINT_BITS - LOG_WARP_SIZE)) - 1U;113 const unsigned int warpId = threadIdx.x >> LOG_WARP_SIZE; in calcPartialHistogram()119 const unsigned int tag = threadIdx.x << (UINT_BITS - LOG_WARP_SIZE); in calcPartialHistogram()