From 821534efd34b5963edd5b1b4e5d481d5be92d7cc Mon Sep 17 00:00:00 2001 From: Yi Liu Date: Wed, 1 Apr 2020 23:44:37 +0800 Subject: [PATCH] add paralell_executor dependancy to collective_helper (#23380) test=develop --- paddle/fluid/framework/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paddle/fluid/framework/CMakeLists.txt b/paddle/fluid/framework/CMakeLists.txt index 0b408e5b09c..24e4d7a1222 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) -- GitLab