mirror of
https://github.com/microsoft/mscclpp.git
synced 2026-05-13 09:46:00 +00:00
lint
This commit is contained in:
@@ -505,7 +505,7 @@ mscclppResult_t mscclppConnectionSetup(mscclppComm_t comm)
|
||||
MSCCLPPCHECK(mscclppIbConnectionSetupEnd(&cInfo, conn));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// a barrier to ensure setup on all gpus are done and we can return to the user
|
||||
MSCCLPPCHECK(mscclppBootstrapBarrier(comm));
|
||||
return mscclppSuccess;
|
||||
@@ -527,7 +527,6 @@ mscclppResult_t mscclppBootstrapBarrier(mscclppComm_t comm)
|
||||
return mscclppSuccess;
|
||||
}
|
||||
|
||||
|
||||
MSCCLPP_API(mscclppResult_t, mscclppProxyStop, mscclppComm_t comm);
|
||||
mscclppResult_t mscclppProxyStop(mscclppComm_t comm)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user