mirror of
https://github.com/microsoft/mscclpp.git
synced 2026-05-13 09:46:00 +00:00
fix
This commit is contained in:
@@ -178,7 +178,7 @@ void* mscclppProxyService(void* _args)
|
||||
|
||||
PROXYCUDACHECK(cudaStreamDestroy(stream));
|
||||
if (isP2pProxy) {
|
||||
PROXYCUDACHECK(cudaStreamDestroy(p2pStream));
|
||||
PROXYCUDACHECK(cudaStreamSynchronize(p2pStream));
|
||||
}
|
||||
*run = MSCCLPP_PROXY_RUN_STATE_IDLE;
|
||||
return NULL;
|
||||
|
||||
Reference in New Issue
Block a user