Merge remote-tracking branch 'nccl/master' into v2.6.4_merge

Tá an tiomantas seo le fáil i:
Wenkai Du
2020-04-01 13:21:38 -07:00
tuismitheoir ebc823e603 533e3702cf
tiomantas fa36fd9ef9
D'athraigh 53 comhad le 3811 breiseanna agus 1517 scriosta
+4 -2
Féach ar an gComhad
@@ -1,5 +1,5 @@
/*************************************************************************
* Copyright (c) 2016-2019, NVIDIA CORPORATION. All rights reserved.
* Copyright (c) 2016-2020, NVIDIA CORPORATION. All rights reserved.
*
* See LICENSE.txt for license information
************************************************************************/
@@ -14,7 +14,7 @@ int ncclCudaCompCap();
// PCI Bus ID <-> int64 conversion functions
ncclResult_t int64ToBusId(int64_t id, char* busId);
ncclResult_t busIdToInt64(char* busId, int64_t* id);
ncclResult_t busIdToInt64(const char* busId, int64_t* id);
ncclResult_t getBusId(int cudaDev, int64_t *busId);
@@ -37,4 +37,6 @@ static long log2i(long n) {
return l;
}
int busIdToCudaDev(int64_t busId);
#endif