From cd3cd2c1574afb72bc53e5b004848c926141aa9a Mon Sep 17 00:00:00 2001 From: Saeed Maleki Date: Thu, 6 Apr 2023 03:20:21 +0000 Subject: [PATCH] lint --- src/init.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/init.cc b/src/init.cc index 8199073e..75f63953 100644 --- a/src/init.cc +++ b/src/init.cc @@ -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) {