提交 06f6c213 编写于 作者: T tangwei12

bug fix

上级 28482f81
...@@ -332,7 +332,7 @@ void ListenAndServOp::RunImpl(const framework::Scope &scope, ...@@ -332,7 +332,7 @@ void ListenAndServOp::RunImpl(const framework::Scope &scope,
SavePort(); SavePort();
if (sync_mode) { if (sync_mode) {
RunSyncLoop(&executor, program, &recv_scope, prefetch_block_id_list, RunSyncLoop(&executor, program, &recv_scope, prefetch_block_id_list,
checkpoint_point_block_id); checkpoint_notify_id);
} else { } else {
RunAsyncLoop(&executor, program); RunAsyncLoop(&executor, program);
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册