diff --git a/paddle/fluid/framework/CMakeLists.txt b/paddle/fluid/framework/CMakeLists.txt index 0b408e5b09cf813aa5c21c24276c6d5266268b90..24e4d7a1222ac953fa3a035228c229a83fa2ebdf 100644 --- a/paddle/fluid/framework/CMakeLists.txt +++ b/paddle/fluid/framework/CMakeLists.txt @@ -213,7 +213,7 @@ target_link_libraries(executor while_op_helper executor_gc_helper recurrent_op_h cc_library(parallel_executor SRCS parallel_executor.cc DEPS threaded_ssa_graph_executor scope_buffered_ssa_graph_executor parallel_ssa_graph_executor async_ssa_graph_executor - graph build_strategy + graph build_strategy collective_helper fast_threaded_ssa_graph_executor variable_helper) cc_test(dist_multi_trainer_test SRCS dist_multi_trainer_test.cc DEPS executor)