mirror of
https://github.com/microsoft/mscclpp.git
synced 2026-05-13 09:46:00 +00:00
C++ API changes
This commit is contained in:
@@ -19,7 +19,7 @@ ProxyHandler makeBasicProxyHandler(Communicator::Impl &comm) {
|
||||
|
||||
if (trigger->fields.type & mscclppSync) {
|
||||
conn.flush();
|
||||
result = ProxyHandlerResult::FlushAndContinue;
|
||||
result = ProxyHandlerResult::FlushFifoTailAndContinue;
|
||||
}
|
||||
|
||||
return result;
|
||||
|
||||
Reference in New Issue
Block a user