Skip to content

Commit

Permalink
Remove the extra activityend for win_accumulate
Browse files Browse the repository at this point in the history
  • Loading branch information
bichengying committed May 11, 2020
1 parent db59041 commit a9df47a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bluefog/torch/mpi_win_ops.cc
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,6 @@ int DoWinAccumulate(::torch::Tensor tensor, const std::string& name,
});

ThrowIfError(enqueue_result);
timeline_ptr->ActivityEnd(name); // ENQUEUE
return handle;
}

Expand Down

0 comments on commit a9df47a

Please sign in to comment.