Searched refs:sh_squares (Results 1 – 1 of 1) sorted by relevance
274 __shared__ float sh_squares[nthreads * nblocks]; in normalize_hists_kernel_many_blocks() local275 float* squares = sh_squares + threadIdx.z * nthreads; in normalize_hists_kernel_many_blocks()