Merge remote-tracking branch 'nccl/master' into develop

此提交包含在:
Wenkai Du
2022-10-20 15:40:03 +00:00
當前提交 4f0e223db4
共有 51 個檔案被更改,包括 2139 行新增1081 行删除
+2
查看文件
@@ -173,6 +173,7 @@ struct ncclProxyState {
struct ncclSocket* listenSock;
int stop;
hipCtx_t cudaCtx;
int safeAbortFlag;
// Used by main thread
union ncclSocketAddress* peerAddresses;
@@ -192,6 +193,7 @@ struct ncclProxyConnection {
struct ncclProxyArgs *proxyAppend;
struct ncclProxyArgs **proxyAppendPtr;
void* transportResources;
bool initFlag;
};
typedef ncclResult_t (*threadFunc_t)(struct ncclProxyArgs*);