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/include/channel.h')
-rw-r--r--src/include/channel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/channel.h b/src/include/channel.h
index c01d942..e2da325 100644
--- a/src/include/channel.h
+++ b/src/include/channel.h
@@ -6,7 +6,7 @@
#ifndef NCCL_CHANNEL_H_
#define NCCL_CHANNEL_H_
-#include "core.h"
+#include "comm.h"
ncclResult_t initChannel(struct ncclComm* comm, int channelid);
ncclResult_t freeChannel(struct ncclChannel* channel, int nRanks);