We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b9b1ee commit c90c7bcCopy full SHA for c90c7bc
1 file changed
src/pb_stub.cc
@@ -1497,7 +1497,7 @@ Stub::GetCUDAMemoryPoolAddress(std::unique_ptr<IPCMessage>& ipc_message)
1497
cuda_pool_message_ptr->waiting_on_stub = true;
1498
ipc_message->ResponseCondition()->notify_all();
1499
// This handler runs on the single ParentToStubMQMonitor thread,
1500
- // which is also the only thread that delivers decoupled BLS responses,
+ // which also delivers decoupled BLS responses,
1501
// so it must not block on the success path.
1502
// It should only wait when an error message has been written to
1503
// error_string_shm, so the parent can finish reading it before
0 commit comments