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:
authorSylvain Jeaugey <sjeaugey@nvidia.com>2017-02-22 22:56:09 +0300
committerSylvain Jeaugey <sjeaugey@nvidia.com>2017-03-02 03:42:38 +0300
commitc219a183d0584a0620d7e6acb0151cc541b581c2 (patch)
tree52c717606c997a0d11e4864cbebafd3708ccd338
parent8e1d6f9b60724ef38bb51dd17869be7c093332e8 (diff)
Fix copy/paste typo in error message
-rw-r--r--src/core.cu4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core.cu b/src/core.cu
index bf1dc6e..c7bf89e 100644
--- a/src/core.cu
+++ b/src/core.cu
@@ -1,5 +1,5 @@
/*************************************************************************
- * Copyright (c) 2015-2016, NVIDIA CORPORATION. All rights reserved.
+ * Copyright (c) 2015-2017, NVIDIA CORPORATION. All rights reserved.
*
* See LICENSE.txt for license information
************************************************************************/
@@ -823,7 +823,7 @@ ncclResult_t ncclCommInitAll(ncclComm_t* comms, int ndev, const int* devlist) {
showVersion();
- NCCLCHECK(PtrCheck(comms, "CommInitRank", "comms"));
+ NCCLCHECK(PtrCheck(comms, "CommInitAll", "comms"));
if (ndev < 1) {
WARN("Invalid device count requested : %d", ndev);