Skip to content

Commit

Permalink
Merge pull request PaddlePaddle#4 from Fridge003/cinn_tmp
Browse files Browse the repository at this point in the history
clean cmake
  • Loading branch information
feifei-111 committed Mar 20, 2024
2 parents 06e9dd9 + cc730d3 commit e27ea6a
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 10 deletions.
3 changes: 0 additions & 3 deletions paddle/cinn/frontend/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ gather_srcs(
program_pass.cc
optimize.cc)

gather_srcs(group_pattern_util SRCS group_pattern_util.cc)
cc_library(group_pattern_util SRCS ${group_pattern_util})

if(NOT WITH_CUDA)
cinn_cc_test(
test_frontend_syntax
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ set(cinn_transforms_deps
cinn_op_dialect
op_dialect_vjp
cinn_runtime_dialect
group_pattern_util
pir_compiler)

cinn_cc_library(cinn_transforms SRCS ${cinn_transforms_srcs} DEPS
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@

#include "paddle/cinn/hlir/dialect/operator/transforms/cinn_group_cluster_pass.h"

#include "paddle/cinn/frontend/group_pattern.h"
#include "paddle/cinn/frontend/group_pattern_util.h"
#include "paddle/cinn/frontend/cluster_ops/cluster_ops.h"
#include "paddle/cinn/frontend/cluster_ops/group_pattern.h"
#include "paddle/cinn/hlir/dialect/operator/ir/attribute_storage.h"
#include "paddle/cinn/hlir/dialect/operator/ir/cinn_op.h"
#include "paddle/cinn/hlir/dialect/operator/ir/manual_op.h"
Expand Down
2 changes: 0 additions & 2 deletions paddle/cinn/hlir/framework/pir/trivial_op_impl.cc
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@
#include "paddle/fluid/pir/dialect/operator/ir/op_type.h"
#include "paddle/pir/include/dialect/control_flow/ir/cf_op.h"

// #include "paddle/cinn/frontend/group_pattern_util.h"

namespace cinn {
namespace hlir {
namespace framework {
Expand Down
2 changes: 0 additions & 2 deletions paddle/cinn/hlir/framework/pir/trivial_op_impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@
#include "paddle/fluid/pir/dialect/operator/ir/op_type.h"
#include "paddle/pir/include/dialect/control_flow/ir/cf_op.h"

// #include "paddle/cinn/frontend/group_pattern_util.h"

namespace cinn {
namespace hlir {
namespace framework {
Expand Down

0 comments on commit e27ea6a

Please sign in to comment.