Commit Graph

1175 Commits (ffb50fddfbde50a48aba42d9cf582ea4ceae7ea6)

Author SHA1 Message Date
sneaxiy fd3e32ea7d Merge develop
7 years ago
Xin Pan 5ce77889f4 clean unused inference_optimize c++ implementation
7 years ago
Yu Yang 922dee3b43 Wait input when data transform
7 years ago
chengduoZH 6534f8527a Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into refine_lod
7 years ago
chengduoZH 24459501fe Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into refine_seq_concat
7 years ago
Xin Pan a83a4fab5c
Merge pull request #13441 from panyx0718/ir2
7 years ago
sneaxiy d9942cd122 Merge develop
7 years ago
chengduoZH cdb9605bad refine
7 years ago
sneaxiy 114eb17587 fix executor bug
7 years ago
Xin Pan e5b322051b clean
7 years ago
Xin Pan ec6ee0a293 simplify and hide bcast_params
7 years ago
yuyang c809fee3b0 Fix bug of Vector::Extend
7 years ago
chengduoZH def2a8b1b0 Async memcpy
7 years ago
chengduoZH e7940141ce refine seq_concat
7 years ago
sneaxiy 7116cc12fb Merge develop
7 years ago
sneaxiy abf9832c12 tiny change to save memory
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
Tao Luo 9f03ce6c4a
Merge pull request #13318 from Superjomn/refine/simple_fix
7 years ago
Yan Xu 23ec966cd3
Merge pull request #13360 from Yancey1989/parallel_bcast
7 years ago
Yancey1989 757f9683ab update comment text
7 years ago
Yancey1989 9ee1b7bc04 add some comments
7 years ago
Yancey1989 bad4ea192e update by comment
7 years ago
Yancey1989 1664899b63 update
7 years ago
Yancey1989 2888d2d7bc Merge branch 'develop' of github.com:PaddlePaddle/Paddle into parallel_bcast
7 years ago
Yancey1989 1e1b6622fd update by comment
7 years ago
Sylwester Fraczek dd149d469b hotfix for conv-relu pass
7 years ago
luotao1 b12322ce95 fix fusion_lstm unique_name bug
7 years ago
tensor-tang 62a9821043
Merge pull request #13346 from tensor-tang/refine/infershape
7 years ago
Qiyang Min 6abe03be0c
Merge pull request #13317 from velconia/fix_python35_CI_random_fail
7 years ago
Sylwester Fraczek 41de582bb0 create conv relu pass for MKLDNN (#13258)
7 years ago
Jiabin Yang d46b575e0e
Merge pull request #13349 from JiabinYang/mac/unittest
7 years ago
tensor-tang b0b5f515a9 Merge remote-tracking branch 'ups/develop' into refine/infershape
7 years ago
tensor-tang d61c11764a follow comment add enforce
7 years ago
Yancey1989 5ce1a960a5 move bcast op into pass
7 years ago
tensor-tang 8bb824bb93 refine infershape hasinput and hasoutput
7 years ago
JiabinYang 7dd54afd0c fix program desc unit test error
7 years ago
Yancey1989 23b12c6f58 fix invalide bcast in reduce strategy
7 years ago
tensor-tang e0436ad8bb refine fusion lstm infershape
7 years ago
guochaorong 76e9227467
Merge pull request #13199 from JiayiFeng/fix_CudnnHolder_bug
7 years ago
Xin Pan 17bf8713a5
Merge pull request #12988 from panyx0718/ir2
7 years ago
Yan Chunwei 2fd1bf2ea6
fea/add color log (#13305)
7 years ago
superjomn 6b2f680d88 simple fix
7 years ago
minqiyang dc863aac7e Add kids exists detection in Scope
7 years ago
Yan Chunwei 478a4e850e
refactor ir pattern (#13304)
7 years ago
minqiyang 681514e15f Make all scope pointer to shared
7 years ago
Xin Pan e762d85de4 clean
7 years ago
Xin Pan 9b7c3f9615 refine
7 years ago
Xin Pan ff47eaf45f clean
7 years ago
Xin Pan 4313d870a2 refine
7 years ago
Xin Pan c69cf6dde8 fix
7 years ago
Xin Pan 56a977d436 add test
7 years ago
Xin Pan 926e1077ca version
7 years ago
Yang Yu 8331e835a8 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_CudnnHolder_bug
7 years ago
tensor-tang 3ea19b7596 fix bug and fc pass ut
7 years ago
tensor-tang df0c695618 fix fusion gru pass and enable it
7 years ago
tensor-tang c9bd2d50f1 refine fc and gru pattern
7 years ago
tensor-tang 353d7d1be6
Merge branch 'develop' into refine/ut/lac
7 years ago
Yan Chunwei e2d325ac08
refactor pass_library (#13261)
7 years ago
tensor-tang 0618077971 Merge remote-tracking branch 'ups/develop' into refine/ut/lac
7 years ago
tensor-tang 40dbd97f8e Merge remote-tracking branch 'ups/develop' into refine/op/peephole
7 years ago
tensor-tang 4d774953c6 enable fc gru fuse pass
7 years ago
tensor-tang 74f95b8da0 fix redefine macro
7 years ago
Tao Luo 7dd8adb5fd
Merge pull request #13211 from luotao1/multi-thread2
7 years ago
tensor-tang f057077c3a add fuse fc gru pass
7 years ago
Yan Chunwei f143c9a916
port VisualDL's graphviz theme to IR (#13246)
7 years ago
tensor-tang 3eb55f0643 Merge remote-tracking branch 'ups/develop' into refine/op/peephole
7 years ago
luotao1 35cff5e00d Merge branch 'develop' into multi-thread2
7 years ago
Yan Chunwei 9df2d8b5ba
test/add text-classification test (#13081)
7 years ago
tensor-tang 2f3b498949 refine fusion seq lstm peephole
7 years ago
luotao1 2dc23ffaa8 Merge branch 'develop' into multi-thread2
7 years ago
Xin Pan f94fdeaa0a
Merge pull request #13215 from panyx0718/clean
7 years ago
Brian Liu 04272c0d41 Enable lstm peephole (#13160)
7 years ago
Xin Pan 5ae052bd14 remove some unused codes
7 years ago
luotao1 459d4cc811 Merge branch 'develop' into multi-thread2
7 years ago
fengjiayi db5e3dd767 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_CudnnHolder_bug
7 years ago
Tao Luo 907696709f
Merge pull request #13133 from luotao1/library
7 years ago
Jiabin Yang d091dd02a0 fix mac compile error 0903 (#13184)
7 years ago
Yan Chunwei 2ef34c64c6
refine fc with pattern reusing (#13187)
7 years ago
Yan Chunwei 796c87d563
bugfix/fusion lstm (#13185)
7 years ago
Yu Yang cda7842e26 Revert "Revert "Add Python Callstacks when Op::Run error (#12759)""
7 years ago
fengjiayi 82a1b35b9b Revert "Revert "Add CudnnHolder and use it in Conv and ConvTranspose op""
7 years ago
guochaorong 151e169eb7
Revert "Add CudnnHolder and use it in Conv and ConvTranspose op"
7 years ago
luotao1 6f18217386 fix codestyle
7 years ago
luotao1 9790acbde6 Merge branch 'library' of https://github.com/luotao1/Paddle into luotao1-library
7 years ago
luotao1 d7b4965785 auto generate paddle_inference_pass.h
7 years ago
tensor-tang 1cc35f3642
Merge pull request #13118 from tensor-tang/optimize/op/fusion_lstm
7 years ago
luotao1 0a5d4601e3 Merge branch 'develop' into library
7 years ago
dzhwinter 4fa3cee549
Windows/hidden file (#13139)
7 years ago
luotao1 0639a32477 Merge branch 'develop' into library
7 years ago
fengjiayi 653c8ded7d
Merge pull request #13078 from JiayiFeng/dev_CudnnHolder
7 years ago
luotao1 37d1a6685c Merge branch 'develop' into multi-thread2
7 years ago
tensor-tang 83f4bc4ecf follow comment and refine code
7 years ago
tensor-tang 9838bacb35
Merge branch 'develop' into optimize/op/fusion_lstm
7 years ago
Yan Chunwei 597b73053d
refine/fc lstm fusion link (#13158)
7 years ago
Qiao Longfei 1835e91183
Merge pull request #13099 from jacquesqiao/fix-mac-compile
7 years ago
Jiabin Yang 6ba2b22279
Merge pull request #13096 from JiabinYang/fix_mac
7 years ago
luotao1 fb077c17e6 add shared library for analysis
7 years ago
dzhwinter ab1097cd8e
Feature/template (#13093)
7 years ago