From f40ce73e8987d2990e4b9ef6c75f4b3423acce78 Mon Sep 17 00:00:00 2001 From: David Addison Date: Thu, 14 Mar 2019 19:39:20 -0700 Subject: NCCL 2.4.6-1 Added detection of IBM/Power NVLink bridge device. Add NUMA support to PCI distance calculations. Added NCCL_IGNORE_CPU_AFFINITY env var. Fix memory leaks; GithubIssue#180 Compiler warning fix; GithubIssue#178 Replace non-standard variable length arrays. GithubIssue#171 Fix Tree+Shared Memory crash. GithubPR#185 Fix LL cleanup hang during long running DL jobs. Fix NCCL_RINGS environment variable handling. Added extra checks to catch repeat calls to ncclCommDestroy() GithubIssue#191 Improve bootstrap socket connection reliability at scale. Fix hostname hashing issue. GithubIssue#187 Code cleanup to rename all non device files from *.cu to *.cc --- src/collectives/device/all_gather.cu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/collectives/device/all_gather.cu') diff --git a/src/collectives/device/all_gather.cu b/src/collectives/device/all_gather.cu index 530bf14..109c341 100644 --- a/src/collectives/device/all_gather.cu +++ b/src/collectives/device/all_gather.cu @@ -1,5 +1,5 @@ /************************************************************************* - * Copyright (c) 2015-2018, NVIDIA CORPORATION. All rights reserved. + * Copyright (c) 2015-2019, NVIDIA CORPORATION. All rights reserved. * * See LICENSE.txt for license information ************************************************************************/ -- cgit v1.2.3