Commit Graph

318 Commits (b7cac50b6455808aaba25ea6180cd9de78fde1de)

Author SHA1 Message Date
Qiao Longfei 7f3be09045 fix multi graph test=develop
7 years ago
Qiao Longfei 9465c3d0c3 fix compile problem
7 years ago
Qiao Longfei 31a05d3efd Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add-async-ssa-graph-executor
7 years ago
Qiao Longfei cc71e89499 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add-async-ssa-graph-executor
7 years ago
Yancey1989 642fd68ce0 update by comment test=develop
7 years ago
Yancey1989 7cd6de37f5 fix cpu test=develop
7 years ago
Yancey1989 bd0d44af24 fix build failed test=develop
7 years ago
Yancey1989 73005ee00d cleanup code test=develop
7 years ago
Yancey1989 88d3dc949e Merge branch 'develop' of github.com:PaddlePaddle/Paddle into refine_pg
7 years ago
Yancey1989 f3463ecb6e refine pg execution
7 years ago
dzhwinter 04e9776aef add details. test=develop
7 years ago
Qiao Longfei 2171aa77f1 async ssa exe only support local mode
7 years ago
Qiao Longfei c4ded17e8c async mode support dist train
7 years ago
Qiao Longfei 62549e0714 add GenParentScopeTreeDebugInfo
7 years ago
Qiao Longfei f3210b60ba fix copy_memory and share_memory
7 years ago
Qiao Longfei ea66979684 can run
7 years ago
Xin Pan 8ae9094e07 polish and resolve conflicts
7 years ago
Xin Pan 5e928e579a try unify Executor and ParallelExecutor
7 years ago
Yancey1989 db603398b7 disable parallel graph executor by default
7 years ago
Yancey1989 94c80347b6 update by comment
7 years ago
Yancey1989 35cda13e9f fix unittest test=develop
7 years ago
Yancey1989 ca8c77d966 selecte execution according to strategy test=develop
7 years ago
Yancey1989 4743c9cd5d Merge branch 'develop' of github.com:PaddlePaddle/Paddle into parallel_graph_mode
7 years ago
chengduo fe8495a758
[WIP] Refine MultiDevSSAGraph (#15040)
7 years ago
Yancey1989 495e73d766 enable gc
7 years ago
Yancey1989 28cdfbc2b0 delete comment code
7 years ago
Yancey1989 845bfd5807 cleanup code
7 years ago
Yancey1989 41a64f6a2a Merge branch 'develop' of github.com:PaddlePaddle/Paddle into parallel_graph_mode
7 years ago
chengduo 550e7e410b
Code Clean parallel_executor.py (#14849)
7 years ago
dzhwinter 7cd24b1318
add ir memory optimize. (#14530)
7 years ago
Yancey1989 06936a2ff5 fix 1gpu test=develop
7 years ago
Yancey1989 fd144954ed redefine api test=develop
7 years ago
Yancey1989 4a4ccac1d0 update by comment test=develop
7 years ago
Yancey1989 4f304eaa6f fix unittest test=develop
7 years ago
Yancey1989 c722b1dcb6 Merge branch 'develop' of github.com:PaddlePaddle/Paddle into parallel_graph_mode
7 years ago
Yancey1989 106e285236 add unittest for parllelgraph mode test=develop
7 years ago
sneaxiy ca84c2ca8f merge develop
7 years ago
Yancey1989 5cc83f79bf update by comment
7 years ago
Yancey1989 82726402be exception safe
7 years ago
Yu Yang 9f8d86858e Revert data_type
7 years ago
Yancey1989 79082c9459 fix pyreader failed
7 years ago
Yu Yang b22d638d8f Speed up SizeOfType
7 years ago
Yu Yang f0c0bf328d Add gperftools supports for PE
7 years ago
sneaxiy eb8252466b polish code
7 years ago
Yancey1989 cb8a24be14 clean code
7 years ago
sneaxiy 8095fb5e68 fix code bug in CPU compilation
7 years ago
sneaxiy 387bac46b5 refine code
7 years ago
Yancey1989 c9de6f1b05 init parallel graph mode
7 years ago
sneaxiy c47c451a00 fix bug
7 years ago
sneaxiy 096673f675 refactor eager deletion
7 years ago
minqiyang a02ce58f2c Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into revert_vlog
7 years ago
peizhilin 38715e6fd0 minor fix
7 years ago
minqiyang 53433d7f2e Revert the changes of VLOG
7 years ago
chengduo a94a7355f0
Refine the GraphNum check (#14144)
7 years ago
minqiyang 0c3227a523 Change the origin VLOG level to 10 times
7 years ago
Yu Yang c28beb8a3c
test(Pe): add dry run tests for pe (#14254)
7 years ago
Yu Yang 90d9e5aee8
feat(platform): lazy initialization of devicecontext in pool (#14067)
7 years ago
Qiao Longfei d26ff8cb2d Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into cpu-for-1.1-merge-with-shape
7 years ago
Wu Yi 26200f2e42
[1.1] [project] train imagenet using large batch size (#13766)
7 years ago
Qiao Longfei 641369f92b Merge branch 'dist-table-do-not-init-on-trainer' of ssh://github.com/jacquesqiao/Paddle into cpu-for-1.1-merge
7 years ago
Wu Yi 9da9b1926b
[1.1] fix graph num hang (#14072)
7 years ago
Qiao Longfei fad42fe7cc broadcast handle not inited parameter
7 years ago
Xin Pan 726fd438cd avoid blocking everyone
7 years ago
chengduo e943f4508b
add graph number check (#14025)
7 years ago
chengduozh 82d2903b63 Fix fast ParallelExe bug
7 years ago
sneaxiy d3ed070e10 test=develop
7 years ago
sneaxiy fb6201e93e test=develop
7 years ago
sneaxiy 9606b37ce4 test=develop
7 years ago
chengduo d6747a9ac2
make check_graph choosable (#13674)
7 years ago
chengduo 5175b3cb2b
Add GraphChecker (#13580)
7 years ago
Xin Pan 36c2a9af27 pass builder allow cutomize pass in python.
7 years ago
chengduo d402234ba8
Feature/op_fuse_pass (#12440)
7 years ago
Xin Pan a83a4fab5c
Merge pull request #13441 from panyx0718/ir2
7 years ago
Xin Pan ec6ee0a293 simplify and hide bcast_params
7 years ago
sneaxiy 612e1a3155 modification
7 years ago
sneaxiy d0b2453ecd merge develop
7 years ago
sneaxiy 24ea39c4c6 feature/eager_delete_tensor
7 years ago
minqiyang dc863aac7e Add kids exists detection in Scope
7 years ago
minqiyang 681514e15f Make all scope pointer to shared
7 years ago
yuyang18 05cadf1b24 Add FastExecutor
7 years ago
Xin Pan 626abfc33a code clean up and renaming
7 years ago
Xin Pan 99c0c20468 add pass test
7 years ago
Xin Pan ab72d28a5e clean up and correctness check
7 years ago
Xin Pan aa1085ddc5 all passes
7 years ago
Xin Pan e4d7d7ae8f pass refactoring
7 years ago
Xin Pan 142e832d21 pass registration
7 years ago
Xin Pan 5b183557f3 graph viz pass
7 years ago
Xin Pan c3f6e0e8a2 add namespace to Graph
7 years ago
Xin Pan 64eaa4c829 clean
7 years ago
Xin Pan 2fa8df1caf separate graph building pass and graph-based pe builder
7 years ago
Xin Pan 9605fcd124 all graphs
7 years ago
Xin Pan af79b19207 add a simple program to graph
7 years ago
Xin Pan 68aa500451 polish attrs
7 years ago
Yancey 0042ba93c8
Merge pull request #12127 from Yancey1989/enforce_rpc_timeout
7 years ago
chengduo 325fbc4f1b
Add learning rate decay test (#12124)
7 years ago
chengduo 86b0a72576
Refine multi thread cpu parallel exe (#11406)
7 years ago
Yancey1989 d14afcedeb polish function name
7 years ago
Yancey1989 1effba3312 fix pe with cpu place
7 years ago
chengduo 8d76cf397d
Fix TensorCopy bug (#11822)
8 years ago
chengduo 6711b7b5f1
fix FeedAndSplitTensorIntoLocalScopes (#11817)
8 years ago