Fix collective mismatch error when using ncclSend/ncclRecv
This commit is contained in:
David Addison
2020-07-23 12:08:08 -07:00
parent 2d8601701d
commit 033d799524
18 changed files with 35 additions and 170 deletions
-1
View File
@@ -337,7 +337,6 @@ static ncclResult_t computeColl(struct ncclInfo* info /* input */, struct ncclCo
coll->args.sendbuff = info->sendbuff;
coll->args.recvbuff = info->recvbuff;
coll->args.comm = info->comm->devComm;
coll->args.opCount = info->comm->opCount;
if (info->coll == ncclCollSendRecv) {
coll->args.p2p.sendCount = info->sendbytes;