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

fix static_build for pp (#56643)

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