未验证 提交 0b7a760c 编写于 作者: B Björn Plüster 提交者: GitHub

Fixes timer error referenced in #4212 (#4213)

Co-authored-by: NLogan Adams <114770087+loadams@users.noreply.github.com>
上级 0712e299
......@@ -1059,7 +1059,7 @@ class PipelineEngine(DeepSpeedEngine):
self.pipe_buffers['inputs'][buffer_id] = recvd
if self.wall_clock_breakdown():
self.timers(PIPE_RECV_GRAD_TIMER).stop()
self.timers(PIPE_RECV_INPUT_TIMER).stop()
def _exec_recv_grads(self, buffer_id):
if self.wall_clock_breakdown():
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册