C++ API changes

This commit is contained in:
Olli Saarikivi
2023-04-19 22:02:23 +00:00
parent 83c7ba1afb
commit 9fbb0debdd
6 changed files with 160 additions and 136 deletions

View File

@@ -19,7 +19,7 @@ ProxyHandler makeBasicProxyHandler(Communicator::Impl &comm) {
if (trigger->fields.type & mscclppSync) {
conn.flush();
result = ProxyHandlerResult::FlushAndContinue;
result = ProxyHandlerResult::FlushFifoTailAndContinue;
}
return result;