зеркало из https://github.com/microsoft/msccl.git
fix missing signature (#58)
Co-authored-by: root <root@a100-saemal0.qxveptpukjsuthqvv514inp03c.gx.internal.cloudapp.net>
This commit is contained in:
Родитель
07da7c3725
Коммит
b23e9cd5dd
|
@ -1248,3 +1248,8 @@ ncclResult_t ncclCommUserRank(const ncclComm_t comm, int* rank) {
|
|||
*rank = comm->rank;
|
||||
return ncclSuccess;
|
||||
}
|
||||
|
||||
NCCL_API(const char*, ncclGetLastError, const ncclComm_t comm);
|
||||
const char* ncclGetLastError(ncclComm_t comm) {
|
||||
return "";
|
||||
}
|
||||
|
|
|
@ -379,6 +379,10 @@ ncclResult_t pncclGroupStart();
|
|||
ncclResult_t ncclGroupEnd();
|
||||
ncclResult_t pncclGroupEnd();
|
||||
|
||||
const char* ncclGetLastError(ncclComm_t comm);
|
||||
const char* pncclGetLastError(ncclComm_t comm);
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
} // end extern "C"
|
||||
#endif
|
||||
|
|
Загрузка…
Ссылка в новой задаче