Skip to content

Commit

Permalink
Merge pull request jack603047588#60 from laipaang/masked_data_norm
Browse files Browse the repository at this point in the history
add a new op: masked_data_norm
  • Loading branch information
qingshui committed Feb 21, 2023
2 parents 7149f8f + 2cc4661 commit 0499419
Show file tree
Hide file tree
Showing 7 changed files with 1,049 additions and 0 deletions.
2 changes: 2 additions & 0 deletions paddle/fluid/framework/unused_var_check.cc
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ static const std::unordered_set<std::string> &GetOpWithUnusedVarAllowSet() {
"fused_batch_norm_act_grad", // 2
"data_norm", // 0
"data_norm_grad", // 0
"masked_data_norm", // 0
"masked_data_norm_grad", // 0
"update_loss_scaling", // 0
"fused_embedding_eltwise_layernorm", // 0
"trunc_grad", // 1
Expand Down

0 comments on commit 0499419

Please sign in to comment.