Merge pull request #795 from wenkaidu/nccl_sync
Sync latest update from NCCL
[ROCm/rccl commit: 397716c04d]
Este commit está contenido en:
@@ -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
|
||||
|
||||
Referencia en una nueva incidencia
Block a user