Skip to content

Commit

Permalink
Update paddle/fluid/framework/new_executor/standalone_executor.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoguoguo626807 authored Nov 1, 2023
1 parent e9c6b1f commit 3c7c27a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion paddle/fluid/framework/new_executor/standalone_executor.cc
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ StandaloneExecutor::StandaloneExecutor(const platform::Place& place,
pm.AddPass(pir::CreateFusedDropoutAddPass());
pm.AddPass(pir::CreateFusedLinearParamGradAddPass());
pm.AddPass(pir::CreateFusedGemmEpiloguePass());
pm.AddPass(::pir::CreateInplacePass());
if (VLOG_IS_ON(6)) {
pm.EnableIRPrinting();
}
Expand Down

0 comments on commit 3c7c27a

Please sign in to comment.