Skip to content

Commit

Permalink
fixing test failures
Browse files Browse the repository at this point in the history
Signed-off-by: TJ <tix@uber.com>
  • Loading branch information
TJ committed Oct 5, 2021
1 parent 3892934 commit acf8aac
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions horovod/common/controller.cc
Expand Up @@ -304,12 +304,6 @@ ResponseList Controller::ComputeResponseList(bool this_process_requested_shutdow

bool reduce =
IncrementTensorCount(received_message, process_set.joined_size);
// For barrier request, if not ready to reduce, we add it back to tensor queue
// to process in the next cycle.
if(!reduce && received_message.request_type() == Request::BARRIER) {
Request barrier_msg = received_message;
tensor_queue_.PushMessageToQueue(barrier_msg);
}

stall_inspector_.RecordUncachedTensorStart(
received_message.tensor_name(), received_message.request_rank(),
Expand Down

0 comments on commit acf8aac

Please sign in to comment.