Commit Graph

684 Commits (343c1957bdddfcdc48cb0ebd2ff3c5ab7354e06f)

Author SHA1 Message Date
chengduo 183377f410
Merge pull request #11306 from chengduoZH/enable_cpu_on_pe
8 years ago
dzhwinter bfa3fd6f15
add inplace attribute to op_proto_maker (#10665)
8 years ago
gongweibao 9087c6687f
polish (#11363)
8 years ago
chengduoZH 173d72b481 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into enable_cpu_on_pe
8 years ago
chengduoZH aadaadf735 replace use_event with use_cuda, because use_event means the program running with CUDA, so use_cuda maybe more intuitive.
8 years ago
gongweibao 627d7a64f8
Clean `sendop` `recv` operator. (#11309)
8 years ago
chengduo fa29ef0b0d
Merge pull request #11277 from chengduoZH/check_ssa_graph
8 years ago
chengduoZH 961fbce8e2 follow comments
8 years ago
chengduoZH 7b723839ef Add cpu test for parallel_executor_crf executor_fetch_feed, and enable these tests
8 years ago
chengduoZH d24e046c1e fix allReduce bug
8 years ago
chengduoZH a57e8a4338 add cpu test
8 years ago
Luo Tao 79d555b9f2 Merge branch 'develop' into mkldnn
8 years ago
gongweibao 062d5a56b4
Add comments to a singleton. (#11333)
8 years ago
chengduoZH 1e731f5964 small fix
8 years ago
chengduoZH 495368c243 ADD CPU_NUM
8 years ago
chengduoZH 27073c284d nccl_all_reduce_op_handle => all_reduce_op_handle
8 years ago
chengduoZH 2d94697a82 code refine
8 years ago
chengduoZH 5a3c8bf813 fix in c++ side
8 years ago
Luo Tao c6d230e03e add FLAGS_use_mkldnn to global control use_mkldnn
8 years ago
fengjiayi d745840a6e fix a small compile error on Mac
8 years ago
chengduoZH 0c851cab22 add SSA graph checker
8 years ago
chengduoZH 1076e85135 refine logic
8 years ago
Yancey 0aa9546eed
fix dist train error (#11281)
8 years ago
dzhwinter d48172f22a
split reduce op into multiple libraries, accelerate the compiling (#11029)
8 years ago
fengjiayi 5803115720
Merge pull request #11288 from JiayiFeng/fix_bug_of_ExecutionContext
8 years ago
dzhwinter f7c96f079b
Big data op_test benchmark, for checking output consistent in different runs. (#10646)
8 years ago
fengjiayi dc8e0b494d fix bugs in the implementation of 'HasInput' and 'HasOutput'
8 years ago
mozga-intel 3ff9ba0e6b Mkldnn layout (#11040)
8 years ago
chengduoZH 8291b916d6 replace graph_builder_factory with ssa_graph_builder_factory
8 years ago
chengduoZH 9ac785be39 check graph's validation
8 years ago
fengjiayi a1e046bfc0
Merge pull request #11270 from JiayiFeng/fix_a_error_on_max
8 years ago
fengjiayi 2f5e310167 fix a compile error
8 years ago
yuyang18 8149b0a9aa Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_fuse_var_op_handle
8 years ago
Yu Yang ff9b1a0f95
Merge pull request #11234 from reyoung/feature/refine_code
8 years ago
Yu Yang 08823146ec
Merge pull request #11232 from reyoung/feature/extract_tensor
8 years ago
tensor-tang 4b7b17a84f fix conflcts
8 years ago
yuyang18 d9af153232 SSA Graph Builder Factory
8 years ago
yuyang18 b6c8701e45 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/extract_tensor
8 years ago
chengduoZH a584bc86dd add fuse var op handle
8 years ago
Xin Pan 106ee9d1cc
Merge pull request #11243 from panyx0718/scope
8 years ago
tensor-tang 64323b1caf Merge remote-tracking branch 'ups/develop' into multithreads
8 years ago
Xin Pan 73aa5d230b small clean up and document pointer ownership.
8 years ago
tensor-tang 4ae935e2cf refine the lock in scope
8 years ago
Yu Yang c36dd3b338
Merge pull request #11114 from reyoung/feature/yep
8 years ago
tensor-tang 9b34f8dabd fix abort issue in cpu multi-threads
8 years ago
yuyang18 fc9f2d282f Extract method from tensor_impl.h to tensor.cc
8 years ago
Qiao Longfei 238124909e
fix protobuf memory leak (#11177)
8 years ago
sneaxiy 02cc80b30d Fix dangling pointer bug
8 years ago
yuyang18 86a61c177f Add ScopeBufferedSSAGraphExecutor
8 years ago
fengjiayi d6997e5bc8
Merge pull request #11083 from JiayiFeng/dev_refine_programdesc_copy
8 years ago