Merge remote-tracking branch 'nccl/master' into nccl_sync

[ROCm/rccl commit: e0c70af46b]
Tá an tiomantas seo le fáil i:
Wenkai Du
2023-07-05 07:53:53 -07:00
tuismitheoir 9b2475ef06 b1b47d2e18
tiomantas 97d1856104
+1 -1
Féach ar an gComhad
@@ -1098,7 +1098,7 @@ ncclResult_t ncclIbIsend(void* sendComm, void* data, int size, int tag, void* mh
int slot = (comm->fifoHead)%MAX_REQUESTS;
struct ncclIbRequest** reqs = comm->fifoReqs[slot];
slots = comm->fifo[slot];
int idx = comm->fifoHead+1;
uint64_t idx = comm->fifoHead+1;
if (slots[0].idx != idx) { *request = NULL; return ncclSuccess; }
nreqs = slots[0].nreqs;
// Wait until all data has arrived