Skip to content

Commit

Permalink
fixed flushing issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Saeed Maleki committed Sep 11, 2023
1 parent 16277e3 commit ee02cd5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/connection.cc
Original file line number Diff line number Diff line change
Expand Up @@ -173,9 +173,7 @@ void IBConnection::flush(int64_t timeoutUsec) {
if (wc->status != IBV_WC_SUCCESS) {
throw mscclpp::IbError("pollCq failed: status " + std::to_string(wc->status), wc->status);
}
if (wc->opcode == IBV_WC_RDMA_WRITE) {
numSignaledSends--;
}
numSignaledSends--;
}
}
INFO(MSCCLPP_NET, "IBConnection flushing connection");
Expand Down

0 comments on commit ee02cd5

Please sign in to comment.