Commit Graph

69 Commits (227d8066e18d5ba751d4c2d5e2113b2efd6e6d41)

Author SHA1 Message Date
qiaolongfei b4d48531e4 optimize vlog before and after op run, move into op.run
7 years ago
Yancey1989 efd5a84986 update executor interface
7 years ago
Yancey1989 7570d8e77c add rpc complete interface
7 years ago
Yancey1989 37410a0c75 update by comment
7 years ago
Yancey1989 c1ab215e26 Merge branch 'develop' of github.com:PaddlePaddle/Paddle into dist_pass_barrier
7 years ago
Yancey1989 1366832a41 add dist pass barrier
7 years ago
gongweibao 66c91911cf
Improve brpccmake (#11842)
7 years ago
Yancey c413c46915
Merge pull request #11603 from Yancey1989/rename_details_folder
7 years ago
Yancey1989 1ef6cdb60e move dist codes from operaotrs/detail to operators/distributed
7 years ago
Qiao Longfei 05a92779f4
Merge pull request #11524 from jacquesqiao/add-keep_kids-for-executor
7 years ago
Qiyang Min a29cb4be2a Fix decay bug (#11520)
7 years ago
qiaolongfei 2b1ecdf55a update comment
7 years ago
qiaolongfei daa0fbd5f4 add keep_kids flag for executor
7 years ago
tensor-tang 85c3bfc1f9 Merge remote-tracking branch 'ups/develop' into fix
7 years ago
tensor-tang 6602db5b3e throw warning if try to use mkldnn while not compiled
7 years ago
qiaolongfei f031555cfb Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add-merge-splited-ids
7 years ago
Wu Yi 34865f2de3
Trainer send term signal (#11220)
7 years ago
qiaolongfei 6dd3f3cf27 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add-merge-splited-ids
7 years ago
qiaolongfei 0485405b3d add more debug string
7 years ago
Luo Tao c6d230e03e add FLAGS_use_mkldnn to global control use_mkldnn
7 years ago
sneaxiy 02cc80b30d Fix dangling pointer bug
7 years ago
chengduoZH cb1c657ce4 move check_nan_inf to operator
7 years ago
Wu Yi ebc7303990
listen_and_serv use local scope (#10663)
7 years ago
Yiqun Liu fd1971caa0
Add the call of DropKids at the end of executor.Run to delete the local scopes created in operators (#10403)
7 years ago
Abhinav Arora 4c8ff72615
Fix CPPLint errors with rxecutor (#10212)
7 years ago
Liu Yiqun 449bdde58a Correct some typos.
7 years ago
Liu Yiqun 339be6254e Refine the order of arguments.
7 years ago
Liu Yiqun bf485999f4 Merge branch 'develop' into core_inference_prepare
7 years ago
Liu Yiqun a9e826ed49 Add the check of has_feed/fetch_operators back.
7 years ago
Liu Yiqun fecbf7ff73 Merge branch 'develop' into core_inference_fix_run
7 years ago
Liu Yiqun 3a82578278 Merge branch 'develop' into core_inference_prepare
7 years ago
Liu Yiqun fbd3604cad Split Executor.Run to Executor.Prepare and Executor.RunPreparedContext for inference.
7 years ago
Liu Yiqun 2a2e22e35f Merge branch 'develop' into core_inference_fix_run
7 years ago
typhoonzero 75bfdb3a3c refine
7 years ago
typhoonzero fc4bcdd753 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into prepare_pserver_executor
7 years ago
typhoonzero 1ab4fcb5e7 prepare pserver executor
7 years ago
Yu Yang 50e7e25db3 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into cpp_parallel_executor
7 years ago
Liu Yiqun 5419da6e7a Fix bug caused by block_id.
7 years ago
Liu Yiqun 0968753454 Enable the test of not creating variables every time.
7 years ago
Yiqun Liu 7bb4ea9c13
Add an argument in Executor.Run to allow users to choose whether to create and destroy variables every time. (#9242)
7 years ago
Qiao Longfei 37a272e670
add executor.prepare (#9022)
7 years ago
Liu Yiqun 253ba6672f Merge branch 'develop' into core_inference_remove_clone
7 years ago
Yu Yang 5e87cd7574 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into cpp_parallel_executor
7 years ago
Xin Pan 1ca1e1c384 Fix a program copy regression.
7 years ago
Yu Yang d84ddcf123 Stash
7 years ago
Xin Pan 4840c49b27 Better timeline
7 years ago
Liu Yiqun 8ecad98578 Add the bool variable to decide whether to have a copy of the program in ExecutorPrepareContext.
7 years ago
Yang Yang 0621c327f1 init commit
7 years ago
Liu Yiqun c0a9aebe1c Remove the clone of program in C++ Executor.Run().
7 years ago
Yu Yang 43d09a1c5f Extract Prepare from Executor
7 years ago