Commit Graph

18975 Commits (aa6dc82f4bdddc9fa9ded310c62eff40c03e101e)
 

Author SHA1 Message Date
Tomasz Patejko fb7a50b230 MKLDNN conv + elementwise_add fusion: removed commented code. Internal functions marked as static.
6 years ago
Michal Gallus f688197182 MKLDNN conv + elementwise_add fusion: Fix output_data to point to the right tensor, also fix transpiler integration
6 years ago
Tomasz Patejko efd76614fb MKLDNN conv + elementwise_add fusion: implementation changed to conform with Paddle API
6 years ago
Tomasz Patejko 347bf90412 MKLDNN conv + elementwise_add fusion: bias is also handled
6 years ago
Tomasz Patejko bf95ac36a7 MKLDNN conv + elementwise_add fusion: further reformatting
6 years ago
Tomasz Patejko cbe122ae2e MKLDNN conv + elementwise_add fusion: correcting formatting
6 years ago
Tomasz Patejko 2a251bbf27 MKLDNN conv + elementwise_add fusion: some refactoring: consts, function calls instead of constant values
6 years ago
Tomasz Patejko b8e54ab5cc MKLDNN conv + elementwise_add fusion: parameter name changed to ResidualData
6 years ago
Tomasz Patejko 27573ece03 MKLDNN conv + elementwise_add fusion: trailing spaces removed
6 years ago
Tomasz Patejko 7f5c8a95e8 MKLDNN conv + elementwise_add fusion: arguments are replaced for many parameters in operator
6 years ago
Tomasz Patejko 5996bd39e8 MKLDNN conv + elementwise_add fusion: graph is corrected based on actual argument name, not formal argument name
6 years ago
Tomasz Patejko 41f3d78fdf MKLDNN conv + elementwise_add fusion: output and elemwise param share data in conv primitive. Output is properly allocated
6 years ago
Tomasz Patejko 07a62ddc08 MKLDNN conv + elementwise_add fusion: inputs in pass modified. Support for new conv parameter. UTs corrected
6 years ago
Tomasz Patejko 56528531ea MKLDNN conv + elementwis_add fusion: initial work on passing eltwise data to conv primitive
6 years ago
Tomasz Patejko 42f569fdfd MKLDNN conv + elementwise_add fusion: use_mkldnn attribute added
6 years ago
Tomasz Patejko 441d3a4726 MKLDNN conv + elementwise_add: added some refactoring in the pass
6 years ago
Tomasz Patejko 38b7b34b1c MKLDNN conv + elementwise_add fusion: added reachability tests, inputs and outputs in graph nodes are transformed
6 years ago
Tomasz Patejko 16eaaf3fbe MKLDNN conv + elementwise_add fusion: added one more UT, found and corrected bugs in pass
6 years ago
Tomasz Patejko 604bad08bc MKLDNN conv + elementwise_add fusion: implementation of patterns refarctored, applied to graph. UTs added
6 years ago
Tomasz Patejko 9ce343f868 MKLDNN conv + elementwise_add fusion: initial implementation of patterns
6 years ago
tensor-tang 40f8456a4f refine fuse pattern and attr
6 years ago
tensor-tang cbbacb2534 Merge remote-tracking branch 'ups/develop' into fea/fusion_seqconv_add
6 years ago
tensor-tang 603ba5e01d add seqconv eltadd relu pass
6 years ago
Dang Qingqing 4801ee8f97 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into refine_generate_proposals_op
6 years ago
Tao Luo da722d6d9b
Merge pull request #13858 from Sand3r-/mgallus/conv-bias-pass
6 years ago
Tao Luo a4b48f70c1
Merge pull request #13997 from wojtuss/wojtuss/do-not-enable-mkldnn-twice
6 years ago
Tao Luo 252401c5d3
Merge pull request #13992 from wojtuss/wojtuss/add-ifdef-mkldnn
6 years ago
Michał Gallus f9ca31811d
Remove use mkldnn from config in resnet50 test
6 years ago
tensor-tang 23fc896bc2 Merge remote-tracking branch 'ups/develop' into fea/fusion_seqconv_add
6 years ago
tensor-tang 339e655aec refine and add seqconv elementwiseadd relu op test
6 years ago
Michal Gallus c504a5a1b7 Adjust Conv+bias to placement pass
6 years ago
Michal Gallus d7509d63f1 Conv+Bias: Support non-null bias
6 years ago
Michal Gallus 91e8fbac2f Enable MKLDNN in Resnet50Tester
6 years ago
Michal Gallus 582f59c190 Conv+Bias fuse
6 years ago
jerrywgz a1d3db031b
Merge pull request #13844 from jerrywgz/fix_roi_pool
6 years ago
Dang Qingqing 8e0b9496de Fix unit test
6 years ago
Wojciech Uss e6f480ec44 add comment on the default first pass
6 years ago
Wojciech Uss 2cf258e381 remove redundant pass list
6 years ago
Wojciech Uss 5632019f0f add MKL-DNN placement pass
6 years ago
tensor-tang 0a9f5f1790
Merge pull request #13968 from tensor-tang/fix/jit/exp
6 years ago
typhoonzero 726b91e471 update
6 years ago
Wojciech Uss 5083ec3a1b do not enable MKL-DNN twice
6 years ago
Yipeng fcb2e8103e Ocr end2end dev (#13889)
6 years ago
tensor-tang e5ce965952 refine and add eltadd_relu unit test
6 years ago
Shan Yi 9517a4536e
Merge pull request #13961 from PaddlePaddle/updatereadme
6 years ago
Wojciech Uss c3b70aece9 Add MKL-DNN placement pass (#13958)
6 years ago
Wojciech Uss 4a368a4901 add ifdef guard for MKL-DNN placement pass
6 years ago
Xin Pan 909e1341bd
Merge pull request #13966 from panyx0718/fix4
6 years ago
chengduo 9775e50ca2
Fix add doc for bias_attr (#13937)
6 years ago
Tao Luo 7b11162ab5
Merge pull request #13949 from PaddlePaddle/wojtuss/unique-patterns-request-comment
6 years ago