Revert "Sync up to NCCL 2.9.6 (#363)" (#365)

This reverts commit 6021329af0.
Этот коммит содержится в:
Wenkai Du
2021-05-11 20:18:17 -07:00
коммит произвёл GitHub
родитель 6021329af0
Коммит 330b82df3b
79 изменённых файлов: 1664 добавлений и 3126 удалений
+1 -1
Просмотреть файл
@@ -40,7 +40,7 @@ namespace CorrectnessTests
hipStream_t stream;
HIPCHECK(hipStreamCreateWithFlags(&stream, hipStreamNonBlocking));
struct ncclChannel* channel = comm->channels;
uint64_t **p_dev_head = (uint64_t **)((uint8_t*)(channel->devPeers + channel->ring.next) + offsetof(struct ncclPeer, send[0].conn.head));
uint64_t **p_dev_head = (uint64_t **)((uint8_t*)(channel->devPeers + channel->ring.next) + offsetof(struct ncclPeer, send.conn.head));
uint64_t *real_head, *fake_head, *fake_h;
// get original head