未验证 提交 f2ebbce7 编写于 作者: L lzydev 提交者: GitHub

fix static_build for pp (#56643)

上级 0c66065f
...@@ -49,13 +49,16 @@ std::set<std::string> StaticBuildBlackList = { ...@@ -49,13 +49,16 @@ std::set<std::string> StaticBuildBlackList = {
"sparse_sparse_coo_tensor" /*: to handle sparse output*/}; "sparse_sparse_coo_tensor" /*: to handle sparse output*/};
// TODO(lizhiyu): This operator list is only for pipeline strategy temporarily. // TODO(lizhiyu): This operator list is only for pipeline strategy temporarily.
std::set<std::string> SkipCheckForPipelineTempList = {"c_broadcast", std::set<std::string> SkipCheckForPipelineTempList = {
"c_allreduce_sum", "c_broadcast",
"c_allgather", "c_allreduce_sum",
"layer_norm", "c_allgather",
"recv_v2", "layer_norm",
"reshape2_grad", "recv_v2",
"c_identity"}; "reshape2_grad",
"c_identity",
"c_reduce_sum",
};
namespace paddle { namespace paddle {
namespace framework { namespace framework {
namespace interpreter { namespace interpreter {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册