Skip to content

Commit

Permalink
add fetch to black list
Browse files Browse the repository at this point in the history
  • Loading branch information
JZZ-NOTE committed Nov 11, 2021
1 parent a346c4d commit d0f4f9e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,8 @@ void MemoryOptimizePass::CollectVarMemorySize(
"equal",
"sequence_pool",
"recurrent",
"lod_reset"};
"lod_reset",
"fetch"};
for (auto* tmp : node->inputs) {
CHECK(tmp->IsOp());
std::string op_type = tmp->Op()->Type();
Expand Down

1 comment on commit d0f4f9e

@paddle-bot-old
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Congratulation! Your pull request passed all required CI. You could ask reviewer(s) to approve and merge. 🎉

Please sign in to comment.