Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanlehome committed Jan 10, 2024
1 parent ad07279 commit fb29a80
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions paddle/fluid/framework/executor_cache.cc
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

#include "paddle/fluid/framework/executor_cache.h"

#include "paddle/common/macros.h"
#include "paddle/fluid/framework/new_executor/interpretercore.h"
#include "paddle/fluid/framework/op_info.h"
#include "paddle/fluid/ir_adaptor/translator/translate.h"
Expand All @@ -25,6 +26,8 @@
#include "paddle/pir/pass/pass.h"
#include "paddle/pir/pass/pass_manager.h"

DECLARE_FILE_SYMBOLS(print_statistics);

PHI_DECLARE_bool(pir_apply_inplace_pass);
PHI_DECLARE_bool(print_ir);

Expand Down
1 change: 0 additions & 1 deletion paddle/fluid/pybind/pybind.cc
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,6 @@ DECLARE_FILE_SYMBOLS(buffered_allocator);
DECLARE_FILE_SYMBOLS(best_fit_allocator);
DECLARE_FILE_SYMBOLS(aligned_allocator);
DECLARE_FILE_SYMBOLS(pass_timing);
DECLARE_FILE_SYMBOLS(print_statistics);
DECLARE_FILE_SYMBOLS(op_compatible_info);
DECLARE_FILE_SYMBOLS(gather_op_handle);

Expand Down

0 comments on commit fb29a80

Please sign in to comment.