Fix merge error (#744)

[ROCm/rccl commit: 403cda6322]
This commit is contained in:
Wenkai Du
2023-05-18 08:09:27 -07:00
committed by GitHub
parent f7184aef3f
commit f119977daa
@@ -59,9 +59,6 @@ struct RunWork<ncclFuncSendRecv, T, RedOp, NCCL_ALGO_RING, NCCL_PROTO_SIMPLE> {
ncclShmem.comm.npKitEventCollectContexts + npKitCtxIdx);
}
#endif
ReduceOrCopyMulti<COLL_UNROLL, RedOp, T, 1, 1, 1, 1, /*PreOpSrcs=*/0>
(tid, nthreads, 0, nullptr, false, 1, &buff, 1, &recvBuff, count);
}
} else {
int chunkSize = args->chunkSize/sizeof(T);