Skip to content

Commit eb2e68e

Browse files
committed
revert executor run
1 parent 00efc4c commit eb2e68e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paddle/fluid/framework/executor.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ void Executor::RunPreparedContext(ExecutorPrepareContext* ctx, Scope* scope,
353353
scope->DeleteScope(local_scope);
354354
} else {
355355
// Delete the local scopes created in operators.
356-
// scope->DropKids();
356+
scope->DropKids();
357357
}
358358
if (FLAGS_benchmark) {
359359
VLOG(2) << "-------------------------------------------------------";

0 commit comments

Comments
 (0)