提交 5a0c6593 编写于 作者: Q Qiao Longfei

revert RequestGetHandler

上级 84220765
......@@ -100,11 +100,6 @@ bool RequestGetHandler::Handle(const std::string& varname,
}
} else {
if (varname != FETCH_BARRIER_MESSAGE && varname != COMPLETE_MESSAGE) {
PADDLE_THROW(
"async mode should not send FETCH_BARRIER_MESSAGE or "
"COMPLETE_MESSAGE");
}
if (enable_dc_asgd_) {
// NOTE: the format is determined by distributed_transpiler.py
std::string param_bak_name =
......@@ -120,6 +115,7 @@ bool RequestGetHandler::Handle(const std::string& varname,
}
*outvar = scope_->FindVar(varname);
}
}
return true;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册