Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 1 addition & 10 deletions test/cpp/pir/cinn/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,21 +42,13 @@ if(WITH_TESTING AND WITH_CINN)
pir_transforms
pir)

paddle_test(
test_ir_op_fusion
SRCS
ir_op_fusion_test.cc
DEPS
op_with_group_merge_pass
cinn_op_dialect
pir)
paddle_test(test_ir_op_fusion SRCS ir_op_fusion_test.cc)

paddle_test(
test_pir_all_path
SRCS
pir_all_path_test.cc
DEPS
op_with_group_merge_pass
pir_transforms
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

其余的都不能删吗

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

你听我狡辩

不是,你听我解释,这个任务其实只删adt下面的那个,然后我顺手给op_with_group_merge_pass都删了。之后因为网络波动原因导致我后续改错了文件,没把adt给删完哈哈哈哈

cinn_op_dialect
pd_to_cinn_pass
Expand All @@ -69,7 +61,6 @@ if(WITH_TESTING AND WITH_CINN)
DEPS
pd_to_cinn_pass
add_broadcast_to_elementwise_pass
op_with_group_merge_pass
cinn_op_dialect
pir_transforms)

Expand Down
1 change: 0 additions & 1 deletion test/cpp/pir/cinn/adt/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ if(WITH_TESTING AND WITH_CINN)
SRCS
map_expr_test.cc
DEPS
op_with_group_merge_pass
op_dialect_vjp
cinn_op_dialect
pir)
Expand Down