From a446d26e8ad805fd6c37a7f2a44b01fe28ffbd9e Mon Sep 17 00:00:00 2001 From: dongdaxiang Date: Sat, 2 Feb 2019 12:40:41 +0800 Subject: [PATCH] add todo for asynce executor --- paddle/fluid/framework/async_executor.h | 1 + 1 file changed, 1 insertion(+) diff --git a/paddle/fluid/framework/async_executor.h b/paddle/fluid/framework/async_executor.h index d25a109e5f3..17f5a6fc0af 100644 --- a/paddle/fluid/framework/async_executor.h +++ b/paddle/fluid/framework/async_executor.h @@ -65,6 +65,7 @@ class AsyncExecutor { void RunFromFile(const ProgramDesc& main_program, const std::string& trainer_desc_str, const bool debug); + // TODO(guru4elephant): make init server decoupled from executor void InitServer(const std::string& dist_desc, int index); void InitWorker(const std::string& dist_desc, const std::vector& host_sign_list, int node_num, -- GitLab