@@ -143,7 +143,7 @@ struct ncclProxyOps {
|
||||
|
||||
struct ncclProxySharedP2p {
|
||||
int refcount;
|
||||
int size;
|
||||
int64_t size;
|
||||
char* cudaBuff;
|
||||
char* hostBuff;
|
||||
// CUDA IPC
|
||||
@@ -331,4 +331,4 @@ ncclResult_t ncclProxyShmUnlink(struct ncclComm* comm);
|
||||
ncclResult_t ncclProxyDestroy(struct ncclComm* comm);
|
||||
|
||||
ncclResult_t mscclSaveProxy(struct ncclComm* comm, struct ncclChannel* channel, int type, int peer, struct ncclProxyOp* op, int connIndex);
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user