Commit Graph

1839 Commits (7a81ab860764c9cd667a09a9739d5fb4de3d2806)

Author SHA1 Message Date
Yancey1989 1a4f79a7de fix unittest test=develop
7 years ago
Yancey1989 86bb583881 Merge branch 'develop' of github.com:PaddlePaddle/Paddle into parallel_graph_mode
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
peizhilin 2388d0e7d6 Revert "cherry-pick the #12759"
7 years ago
peizhilin 01c00b07dd fix test issues on windows
7 years ago
peizhilin 1e7f83e60a add cuda dso support for windows
7 years ago
tangwei12 dc8eca826e
code style fix, test=develop (#15045)
7 years ago
Yancey1989 41a64f6a2a Merge branch 'develop' of github.com:PaddlePaddle/Paddle into parallel_graph_mode
7 years ago
nhzlx a6aa8ea771 faster rcnn input is presistable. (fix it in paddle-trt)
7 years ago
hjchen2 956cf92145 Fix conv_elementwise_add2_act pass
7 years ago
Tao Luo 69659f4ae2
Merge pull request #15037 from jianhang-liu/fix/abnormal_stack_op_time
7 years ago
sneaxiy 179acc60b3 fix conflict with develop
7 years ago
wopeizl 09bd8fa67a
Merge pull request #15035 from wopeizl/debug/improvement1
7 years ago
sneaxiy dde3afe7b7 Merge develop
7 years ago
dongdaxiang 2df1d80767 Merge branch 'add_timer' of https://github.com/guru4elephant/Paddle into add_timer
7 years ago
Wu Yi 856f0da0fe
Fp16 training (#14992)
7 years ago
Brian Liu e821b12f57 Fix issue which cause abnormal CPU usage in stack op
7 years ago
chengduo b9fb03cf54
Move GetTensor to tensor_util (#15011)
7 years ago
nhzlx 73b47df1f4 Merge branch 'develop' of https://github.com/paddlepaddle/paddle into add_affine_channel_fuse
7 years ago
nhzlx ce3782c193 add affine_channel fuse.
7 years ago
peizhilin 7f6d8acecb cherry-pick the #12759
7 years ago
sneaxiy 3a2afbf02e polish code
7 years ago
tensor-tang 05d1121b22
Merge pull request #14802 from mozga-intel/mozga-intel/fill_constant_operator_ngraph
7 years ago
tensor-tang 9d4f1d468a
Merge pull request #14804 from mozga-intel/mozga-intel/top_k_operator_ngraph
7 years ago
sneaxiy 68d91cd594 add copy ctor
7 years ago
dongdaxiang 3b3cb4ea55 Merge branch 'add_timer' of https://github.com/guru4elephant/Paddle into add_timer
7 years ago
sneaxiy e02f67eff7 rewrite unsafe_cast
7 years ago
minqiyang 68b86d6665 Change default value to align with the original react
7 years ago
dongdaxiang 2dee8f6cd5 add TrainFilesWithTimer in async_executor
7 years ago
dongdaxiang d434fcbaa6 add TrainFilesWithTimer in async_executor
7 years ago
minqiyang 250e893745 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into accelerate_ddpg
7 years ago
Xin Pan 103f08f50e
Merge pull request #14910 from panyx0718/clean3
7 years ago
Zeng Jinle 0021b05b19
Merge pull request #14993 from sneaxiy/fix_check_lod
7 years ago
chengduo 79bd6dfa18
[Feature] Add Temporary Allocator (#14875)
7 years ago
sneaxiy a30c5373eb use std::is_sorted
7 years ago
minqiyang 8149a07a41 Fix wait stream two times bug
7 years ago
sneaxiy b8051e7927 merge develop
7 years ago
Tao Luo df1e4e2f10 fix check_lod
7 years ago
minqiyang 0a4b6fc056 Remove unnessesary code
7 years ago
minqiyang 53619a79b4 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into accelerate_lstm
7 years ago
minqiyang 6fabbd8fb8 Polish code and remove spin lock
7 years ago
Zeng Jinle 95cbe07c40
Merge pull request #14836 from sneaxiy/feature/py_func
7 years ago
mozga-intel 7048caf9a0 Enable top_k operator for a ngraph
7 years ago
mozga-intel ecfa68ecaa Enable fill_constant operator for a ngraph
7 years ago
sneaxiy 600f6d8272 polish code
7 years ago
sneaxiy 7f6e513b1f fix mac ci bug
7 years ago
sneaxiy c1f7e54f62 merge develop
7 years ago
typhoonzero da87f7a698 Revert "[Feature] Fp16 training for resnet50 (#14850)"
7 years ago
sneaxiy 89b9d86d9d fix windows compile bug
7 years ago
sneaxiy 490eb9061f polish infer shape of py_func op
7 years ago
Xin Pan 969ad966ba all converted
7 years ago
Xin Pan a872eb90c2
Merge pull request #14959 from panyx0718/clean2
7 years ago
sneaxiy 13429c3e9f clean code, remove void registration
7 years ago
chengduo 550e7e410b
Code Clean parallel_executor.py (#14849)
7 years ago
Wu Yi 3d750f9c5a
[Feature] Fp16 training for resnet50 (#14850)
7 years ago
minqiyang 679d1a9e0b Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into accelerate_lstm
7 years ago
sneaxiy 83ac85158a polish code
7 years ago
sneaxiy 045dc12766 merge develop
7 years ago
sneaxiy ce4a26ddad clean code
7 years ago
Tomasz Patejko e9eee0de6a MKLDNN residual connection fuse: fixing accuracy problem (#14874)
7 years ago
sneaxiy 53f6c6991a polish code
7 years ago
sneaxiy 74a8e6b032 merge develop
7 years ago
Xin Pan 1fe3ac352a move more and fix while
7 years ago
sneaxiy ae6f46a1a9 rewrite variable type
7 years ago
Xin Pan 9ef8a76873 convert more
7 years ago
Xin Pan 876993887b convert more interface to avoid scope
7 years ago
Xin Pan 8c19f0bfe3 fix
7 years ago
mozga-intel 9035bb81fe Enable mul operator for a ngraph engine (#14801)
7 years ago
Xin Pan 4dd61e7260 convert GetInputVarPtrs and GetOutputVarPtrs
7 years ago
Xin Pan 52d3903a12 fix
7 years ago
Xin Pan 0e0983cc1d convert more infer shape
7 years ago
Xin Pan 62eb43ba98 convert more
7 years ago
Xin Pan dfcf746ea1
Merge pull request #14904 from panyx0718/clean2
7 years ago
sneaxiy a500dfa579 rewrite ddim
7 years ago
Zeng Jinle 16c244bc3f
Merge pull request #14928 from sneaxiy/fix_gc
7 years ago
Xin Pan f897bd16c0 clean
7 years ago
Xin Pan 70981f5d79 clean
7 years ago
colourful-tree 44ad2f4479
Merge pull request #14873 from colourful-tree/develop
7 years ago
minqiyang 69642000dc Hide KeyHasher
7 years ago
Zhaolong Xing a9fb34fad8
Merge pull request #14903 from NHZlX/add_conv_elementwise_pass
7 years ago
dzhwinter 7cd24b1318
add ir memory optimize. (#14530)
7 years ago
Xin Pan fb8ae30331 fix
7 years ago
guru4elephant a79a3ea2f0
Merge branch 'develop' into develop
7 years ago
wopeizl 0f085f0a5a
Merge pull request #14892 from wopeizl/windows/port3
7 years ago
Yancey1989 06936a2ff5 fix 1gpu test=develop
7 years ago
sneaxiy c631412eab fix gc bug
7 years ago
Xin Pan eaf8ba35b5 change input
7 years ago
Xin Pan 840e6729e2 inject context
7 years ago
Xin Pan bbff0df320 try cache variables
7 years ago
Xin Pan 52bc4ee75a delay infer scope
7 years ago
Yancey1989 d3a4da5cf6 fix comment test=develop
7 years ago
Yancey1989 49870f507d delete unused code test=develop
7 years ago
minqiyang 27a0d6c2dc Polish code
7 years ago
minqiyang aa41ee75a1 Accelerate PADDLE_ENFORCE
7 years ago
nhzlx fcc93d96d5 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_conv_elementwise_pass
7 years ago
Yancey1989 a7d6b1f921 code cleanup test=develop
7 years ago
minqiyang 728e7e88fb Use xxHash as scope's hash algorithm
7 years ago
Yancey1989 a760a550b0 Merge branch 'develop' of github.com:PaddlePaddle/Paddle into parallel_graph_mode
7 years ago