Skip to content
Merged
Changes from all 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
13 changes: 2 additions & 11 deletions test/cpp/pir/sub_graph/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,6 @@
if(WITH_TESTING AND WITH_CINN)
paddle_test(
test_sub_graph_checker
SRCS
sub_graph_checker_test.cc
DEPS
op_with_group_merge_pass
pir_transforms
cinn_op_dialect
pd_to_cinn_pass
add_broadcast_to_elementwise_pass
sub_graph_checker)
paddle_test(test_sub_graph_checker SRCS sub_graph_checker_test.cc DEPS
sub_graph_checker)

set_tests_properties(test_sub_graph_checker PROPERTIES LABELS "RUN_TYPE=CINN")

Expand Down