mirror of
https://github.com/microsoft/mscclpp.git
synced 2026-05-14 02:03:03 +00:00
Quick fix
This commit is contained in:
@@ -86,7 +86,9 @@ struct MemoryReceiver : public Setuppable
|
||||
{
|
||||
std::vector<char> data;
|
||||
bootstrap->recv(data, remoteRank_, tag_);
|
||||
memoryPromise_.set_value(RegisteredMemory::deserialize(data));
|
||||
auto memory = RegisteredMemory::deserialize(data);
|
||||
memory.data();
|
||||
memoryPromise_.set_value(memory);
|
||||
}
|
||||
|
||||
std::promise<RegisteredMemory> memoryPromise_;
|
||||
|
||||
Reference in New Issue
Block a user