Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marian-nmt/nccl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/collectives/device/prims_ll.h')
-rw-r--r--src/collectives/device/prims_ll.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/collectives/device/prims_ll.h b/src/collectives/device/prims_ll.h
index 93c6db3..9e362f9 100644
--- a/src/collectives/device/prims_ll.h
+++ b/src/collectives/device/prims_ll.h
@@ -178,7 +178,7 @@ class ncclLLPrimitives {
sendConnHeadPtr = sendConn->head;
sendConnHeadCache = *sendConnHeadPtr;
sendConnHead = sendConn->step;
- sendConnFifoPtr = sendConn->fifo;
+ sendConnFifoPtr = sendConn->sizesFifo;
}
}