Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

【CMake opt No.4】rm some DEPS of test/cpp/fluid/CMakeLists.txt #60160

Merged
merged 3 commits into from
Dec 20, 2023
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: 1 addition & 12 deletions test/cpp/fluid/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -122,18 +122,7 @@ cc_test(
DEPS lod_tensor device_context generated_static_op)

if(WITH_CINN)
paddle_test(
op_debug_string_test
SRCS
op_debug_string_test.cc
DEPS
executor
fleet_executor
recurrent_op_helper
recurrent_op
elementwise_add_op
${COMMON_OP_DEPS}
python)
paddle_test(op_debug_string_test SRCS op_debug_string_test.cc)
else()
paddle_test(op_debug_string_test SRCS op_debug_string_test.cc)
endif()
Expand Down