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/transport/net_socket.cu')
-rw-r--r--src/transport/net_socket.cu1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/transport/net_socket.cu b/src/transport/net_socket.cu
index e7682dd..cff1973 100644
--- a/src/transport/net_socket.cu
+++ b/src/transport/net_socket.cu
@@ -23,7 +23,6 @@ ncclResult_t ncclSocketPtrSupport(int dev, int* supportedTypes) {
return ncclSuccess;
}
-#define MAX_IFS 16
static char ncclNetIfNames[MAX_IF_NAME_SIZE*MAX_IFS];
static union socketAddress ncclNetIfAddrs[MAX_IFS];
static int ncclNetIfs = -1;