We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72621e7 commit 9e177b3Copy full SHA for 9e177b3
1 file changed
src/ext/collectives/allreduce/allreduce_allpair_packet.cu
@@ -63,7 +63,6 @@ __global__ void allreduceAllPairs(T* buff, T* scratch, T* resultBuff, DeviceHand
63
}
64
dst[idx] = mscclpp::downcastVector<T, AccumT, uint32_t>(acc);
65
66
- __syncthreads();
67
if (threadIdx.x == 0) {
68
((uint32_t*)flags)[blockIdx.x] = flag + 1;
69
0 commit comments