Skip to content

Commit d7ff256

Browse files
committed
Remove unnecessary sync.
1 parent 2f3b142 commit d7ff256

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/popsift/common/excl_blk_prefix_sum.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ class Block
7373
if( threadIdx.x == 0 && threadIdx.y == 0 ) {
7474
loop_total = 0;
7575
}
76-
__syncthreads();
7776

7877
const int start = threadIdx.y * blockDim.x + threadIdx.x;
7978
const int wrap = blockDim.x * blockDim.y;

0 commit comments

Comments
 (0)