Skip to content

Commit c90c7bc

Browse files
committed
Update
1 parent 4b9b1ee commit c90c7bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pb_stub.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1497,7 +1497,7 @@ Stub::GetCUDAMemoryPoolAddress(std::unique_ptr<IPCMessage>& ipc_message)
14971497
cuda_pool_message_ptr->waiting_on_stub = true;
14981498
ipc_message->ResponseCondition()->notify_all();
14991499
// This handler runs on the single ParentToStubMQMonitor thread,
1500-
// which is also the only thread that delivers decoupled BLS responses,
1500+
// which also delivers decoupled BLS responses,
15011501
// so it must not block on the success path.
15021502
// It should only wait when an error message has been written to
15031503
// error_string_shm, so the parent can finish reading it before

0 commit comments

Comments
 (0)