mirror of
https://github.com/microsoft/mscclpp.git
synced 2026-03-26 01:57:46 +00:00
Fix a FIFO correctness bug (#549)
* Add a FIFO test code that reproduced a correctness issue * Fix the correctness issue by using pinned memory instead of cudaMemcpy --------- Co-authored-by: Binyang Li <binyli@microsoft.com>
This commit is contained in:
@@ -51,7 +51,7 @@ class MyProxyService {
|
||||
semaphores_[nghr]->signal();
|
||||
connections_[nghr]->flush();
|
||||
}
|
||||
return mscclpp::ProxyHandlerResult::FlushFifoTailAndContinue;
|
||||
return mscclpp::ProxyHandlerResult::Continue;
|
||||
}
|
||||
|
||||
void start() { proxy_.start(); }
|
||||
|
||||
Reference in New Issue
Block a user