Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanlehome committed Oct 19, 2023
1 parent 15fa7ae commit e47bba3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion paddle/fluid/pir/transforms/fusion/attention_fuse_pass.cc
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#include "paddle/fluid/pir/transforms/fusion/attention_fuse_pass.h"

#include "paddle/fluid/pir/drr/api/drr_pattern_base.h"
#include "paddle/pir/pass/pass_manager.h"
#include "paddle/pir/pass/pass.h"
#include "paddle/pir/pass/pass_registry.h"
#include "paddle/pir/pattern_rewrite/pattern_rewrite_driver.h"

Expand Down
2 changes: 1 addition & 1 deletion paddle/pir/pass/pass_manager.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
#include <vector>

#include "paddle/pir/core/program.h"
#include "paddle/pir/pass/pass.h"

namespace pir {

class IrContext;
class Operation;
class Program;
class Pass;
class PassInstrumentation;
class PassInstrumentor;

Expand Down
1 change: 0 additions & 1 deletion test/cpp/pir/pattern_rewrite/drr_fuse_linear_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
#include "paddle/fluid/pir/dialect/operator/ir/pd_op.h"
#include "paddle/fluid/pir/transforms/fusion/fused_gemm_epilogue_pass.h"
#include "paddle/pir/core/builtin_dialect.h"
#include "paddle/pir/pass/pass.h"
#include "paddle/pir/pass/pass_manager.h"
#include "paddle/pir/pattern_rewrite/pattern_rewrite_driver.h"

Expand Down

0 comments on commit e47bba3

Please sign in to comment.