提交 5677c9d4 编写于 作者: Y Yancey1989

update comment test=develop

上级 642fd68c
......@@ -86,7 +86,8 @@ ParallelSSAGraphExecutor::ParallelSSAGraphExecutor(
pool_(places.size() >= 2 ? new ::ThreadPool(places.size()) : nullptr),
places_(std::move(places)),
main_prog_(main_prog),
// TODO(Yancey1989): copy graphs is not safely since it deleted the attrs.
// TODO(Yancey1989): Copying graphs is not safely since it deleted the
// attrs.
graphs_(SeparateMultiDevicesGraph(std::move(graph))) {
PADDLE_ENFORCE_EQ(places_.size(), local_scopes_.size());
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册