Skip to content

Commit 9e177b3

Browse files
authored
remove useless sync (#809)
1 parent 72621e7 commit 9e177b3

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/ext/collectives/allreduce/allreduce_allpair_packet.cu

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ __global__ void allreduceAllPairs(T* buff, T* scratch, T* resultBuff, DeviceHand
6363
}
6464
dst[idx] = mscclpp::downcastVector<T, AccumT, uint32_t>(acc);
6565
}
66-
__syncthreads();
6766
if (threadIdx.x == 0) {
6867
((uint32_t*)flags)[blockIdx.x] = flag + 1;
6968
}

0 commit comments

Comments
 (0)