Commit Graph

11210 Commits (b58957d9d792b8ec85ad460a02ecc1f13575e7cd)

Author SHA1 Message Date
Tomasz Patejko 7f5c8a95e8 MKLDNN conv + elementwise_add fusion: arguments are replaced for many parameters in operator
7 years ago
Tomasz Patejko 5996bd39e8 MKLDNN conv + elementwise_add fusion: graph is corrected based on actual argument name, not formal argument name
7 years ago
Tomasz Patejko 41f3d78fdf MKLDNN conv + elementwise_add fusion: output and elemwise param share data in conv primitive. Output is properly allocated
7 years ago
Tomasz Patejko 07a62ddc08 MKLDNN conv + elementwise_add fusion: inputs in pass modified. Support for new conv parameter. UTs corrected
7 years ago
Tomasz Patejko 56528531ea MKLDNN conv + elementwis_add fusion: initial work on passing eltwise data to conv primitive
7 years ago
Tomasz Patejko 42f569fdfd MKLDNN conv + elementwise_add fusion: use_mkldnn attribute added
7 years ago
Tomasz Patejko 441d3a4726 MKLDNN conv + elementwise_add: added some refactoring in the pass
7 years ago
Tomasz Patejko 38b7b34b1c MKLDNN conv + elementwise_add fusion: added reachability tests, inputs and outputs in graph nodes are transformed
7 years ago
Tomasz Patejko 16eaaf3fbe MKLDNN conv + elementwise_add fusion: added one more UT, found and corrected bugs in pass
7 years ago
Tomasz Patejko 604bad08bc MKLDNN conv + elementwise_add fusion: implementation of patterns refarctored, applied to graph. UTs added
7 years ago
Tomasz Patejko 9ce343f868 MKLDNN conv + elementwise_add fusion: initial implementation of patterns
7 years ago
tensor-tang 40f8456a4f refine fuse pattern and attr
7 years ago
tensor-tang cbbacb2534 Merge remote-tracking branch 'ups/develop' into fea/fusion_seqconv_add
7 years ago
tensor-tang 603ba5e01d add seqconv eltadd relu pass
7 years ago
Dang Qingqing 4801ee8f97 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into refine_generate_proposals_op
7 years ago
Tao Luo da722d6d9b
Merge pull request #13858 from Sand3r-/mgallus/conv-bias-pass
7 years ago
Tao Luo a4b48f70c1
Merge pull request #13997 from wojtuss/wojtuss/do-not-enable-mkldnn-twice
7 years ago
Tao Luo 252401c5d3
Merge pull request #13992 from wojtuss/wojtuss/add-ifdef-mkldnn
7 years ago
Michał Gallus f9ca31811d
Remove use mkldnn from config in resnet50 test
7 years ago
tensor-tang 23fc896bc2 Merge remote-tracking branch 'ups/develop' into fea/fusion_seqconv_add
7 years ago
tensor-tang 339e655aec refine and add seqconv elementwiseadd relu op test
7 years ago
Michal Gallus c504a5a1b7 Adjust Conv+bias to placement pass
7 years ago
Michal Gallus d7509d63f1 Conv+Bias: Support non-null bias
7 years ago
Michal Gallus 91e8fbac2f Enable MKLDNN in Resnet50Tester
7 years ago
Michal Gallus 582f59c190 Conv+Bias fuse
7 years ago
jerrywgz a1d3db031b
Merge pull request #13844 from jerrywgz/fix_roi_pool
7 years ago
Dang Qingqing 8e0b9496de Fix unit test
7 years ago
Wojciech Uss e6f480ec44 add comment on the default first pass
7 years ago
Wojciech Uss 2cf258e381 remove redundant pass list
7 years ago
Wojciech Uss 5632019f0f add MKL-DNN placement pass
7 years ago
tensor-tang 0a9f5f1790
Merge pull request #13968 from tensor-tang/fix/jit/exp
7 years ago
Wojciech Uss 5083ec3a1b do not enable MKL-DNN twice
7 years ago
Yipeng fcb2e8103e Ocr end2end dev (#13889)
7 years ago
tensor-tang e5ce965952 refine and add eltadd_relu unit test
7 years ago
Wojciech Uss c3b70aece9 Add MKL-DNN placement pass (#13958)
7 years ago
Wojciech Uss 4a368a4901 add ifdef guard for MKL-DNN placement pass
7 years ago
Xin Pan 909e1341bd
Merge pull request #13966 from panyx0718/fix4
7 years ago
chengduo 9775e50ca2
Fix add doc for bias_attr (#13937)
7 years ago
Tao Luo 7b11162ab5
Merge pull request #13949 from PaddlePaddle/wojtuss/unique-patterns-request-comment
7 years ago
tensor-tang 7cb19a5976 fuse elementwise_add and relu
7 years ago
tensor-tang 3c249283af init seqconv eltadd relu op
7 years ago
Xin Pan 9a819265eb fix
7 years ago
Tao Luo 305034f5b3
Merge pull request #13909 from luotao1/mkldnn_test
7 years ago
superjomn b77e4f4978 update
7 years ago
jerrywgz 553342624e test=develop
7 years ago
jerrywgz 9a14ca91b8 test=develop
7 years ago
tensor-tang 60ff05e312 Merge branch 'luotao1-fix_rnn2_test' into fix/jit/exp
7 years ago
Tao Luo ef09862450 fix analyzer_rnn2_test
7 years ago
tangwei12 0e722c5ea2 fix lookuptable in reduce strategy
7 years ago
Tao Luo e5b4643ad8 add profile_mkldnn test
7 years ago
Tao Luo 7d680be5a3 Merge branch 'develop' into mkldnn_test
7 years ago
Wojciech Uss 55fd136ab0 Added comment with request for enhancement
7 years ago
gongweibao a831ecc75d
Add grpc error context. (#13957)
7 years ago
tensor-tang b139b687de Merge remote-tracking branch 'ups/develop' into fix/jit/exp
7 years ago
qingqing01 67a2b5215d
Add affine channel op to speed and save memory for faster-rcnn model. (#13919)
7 years ago
tensor-tang 748435586a clean code exp avx
7 years ago
tensor-tang b4751a34a5 fix illegal instruction of rnn2
7 years ago
Xin Pan 6de08b5eef set default timeout to avoiding blocking CI
7 years ago
tensor-tang 30dfbdee7f
Merge pull request #13951 from tensor-tang/fix/warning
7 years ago
Tao Luo 34ed7d1379
Merge pull request #13924 from luotao1/clean_inference_lib
7 years ago
tensor-tang 36588b3365 fix illegal instruction of rnn1 and text
7 years ago
Tao Luo 6a4e9230ed Merge branch 'develop' into mkldnn_test
7 years ago
gongweibao 078223b3e3
Add rpc timeline. (#13900)
7 years ago
dzhwinter 29382db625
Merge pull request #13874 from dzhwinter/fix/momentum
7 years ago
Xin Pan 6a54c3de1f
Merge pull request #13928 from panyx0718/doc
7 years ago
qingqing01 5dbb2e9986
Small changes for sum_op to avoid zero setting. (#13923)
7 years ago
Tao Luo b819684370 add compare_mkldnn test
7 years ago
Tao Luo e47f4186ae fix some compiler warning
7 years ago
Jiabin Yang 6553956bd6
Merge pull request #13931 from JiabinYang/fix_dist_on_mac
7 years ago
dzhwinter 00e8791f66 fix compile in cpu error. test=develop
7 years ago
tensor-tang e69328c3bc fix warning and mac compile
7 years ago
Tao Luo 6ea9d1b595 add analysis_predictor in vis_demo
7 years ago
Tao Luo f444a7226e Merge branch 'develop' into clean_inference_lib
7 years ago
Tao Luo 3598500773
Merge pull request #13867 from Superjomn/clean/CreatePaddlePredictor
7 years ago
Tao Luo 41eeb771e8 Merge branch 'develop' into clean_inference_lib
7 years ago
dzhwinter d239cf2e15 use binary search. test=develop
7 years ago
dzhwinter a9f5f822e6 use binary search. test=develop
7 years ago
Tao Luo b854d959a5 update with comments
7 years ago
Tao Luo 75bb0babef Merge branch 'develop' into mkldnn_test
7 years ago
tensor-tang 6447155dac
Merge pull request #13851 from tensor-tang/fea/jitkernel_peephole
7 years ago
jerrywgz 4c9884e713 refine unittest test=develop
7 years ago
JiabinYang 02f863400e test=develop
7 years ago
Xin Pan 7fb5b66ac2
Merge pull request #13916 from panyx0718/fix2
7 years ago
Yan Chunwei 6809238d97
fix analysis predictor profile (#13896)
7 years ago
Xin Pan abbfb60ca9 remove unused codes
7 years ago
Yibing Liu 6b795d424c
Merge pull request #13901 from kuke/seq_slice_py
7 years ago
dzhwinter 3861269594 merge develop branch
7 years ago
jerrywgz 98c3294b85 Merge branch 'roialign' of https://github.com/jerrywgz/Paddle into roialign
7 years ago
Tao Luo a35e7f4bae adjust demo_ci with fluid_inference_install_dir
7 years ago
tangwei12 fa2ab3346c
fill constant add infervarshape, lookuptable clone lr var (#13830)
7 years ago
jerrywgz 8c79071d6a roi_align for gpu
7 years ago
Xin Pan 342e436158 Make Var::GetMutable robust
7 years ago
Yan Chunwei 7a751b83ac fix isfinite_op sprintf (#13850)
7 years ago
Qiyang Min e3a64fca44
Merge pull request #13835 from velconia/fix_reshape_op
7 years ago
Yibing Liu 46b0b7903c
Merge pull request #13856 from kuke/seq_unpad_op
7 years ago
tensor-tang dcfb687584
Merge pull request #13846 from tensor-tang/fix/mkldnn
7 years ago
Tao Luo bd77460182 refine mkldnn test in analyzer_tests
7 years ago
jerrywgz c9d2046f76 roi_align for gpu
7 years ago
jerrywgz 2f5a80174e add roi_align api
7 years ago
Zeng Jinle af91d41ab8
Merge pull request #13852 from sneaxiy/feature/eager_delete_tensor
7 years ago