Tomasz Patejko
1676094697
MKLDNN conv + elementwise_add fusion: turn on residual connection pass when CAPI is used.
...
test=develop
7 years ago
Tomasz Patejko
0fe3079c46
MKLDNN conv + elementwise_add fusion: fix for order of parameters in elementwise_add in resnet50
...
test=develop
7 years ago
Tomasz Patejko
b73b868366
MKLDNN conv + elementwise_add fusion: bias in tests made persistent.
...
test=develop
7 years ago
Tomasz Patejko
a1fa203287
MKLDNN conv + elementwise_add fusion: name of the pass reused with name_scope_
7 years ago
Tomasz Patejko
2c43419db1
MKLDNN conv + elementwise_add fusion: comment explaining CorrectGraphEdges added
7 years ago
Tomasz Patejko
8fb29b2ca9
MKLDNN conv + elementwise_add fusion: new nodes marked as input or output
...
test=develop
7 years ago
Tomasz Patejko
cc1c8e37c1
MKLDNN conv + elementwise_add fusion: attributes in new conv op copied from old op
7 years ago
Tomasz Patejko
a27a8c5da8
MKLDNN conv + elementwise_add fusion: bias in test marked as persistable
7 years ago
Tomasz Patejko
af8c71317c
MKLDNN conv + elementwise_add fusion: CorrectGraphEdges refactored
7 years ago
Tomasz Patejko
3e033087f1
MKLDNN conv + elementwise_add fusion: LinkNodes function removed and
...
macro used.
test=develop
7 years ago
Tomasz Patejko
4be45af1cc
MKLDNN conv + elementwise_add fusion: skip connection attribute renamed. Comments about patterns added.
...
test=develop
7 years ago
Tomasz Patejko
9a335e0277
MKLDNN conv + elementwise_add fusion: changed a name of a formal argument in ElementwiseAdd pattern
7 years ago
Michal Gallus
f0efc244c6
MKLDNN conv + elementwise_add fusion: Fix transpiler integration to predict skip connection input of eltwise_add
7 years ago
Tomasz Patejko
fb7a50b230
MKLDNN conv + elementwise_add fusion: removed commented code. Internal functions marked as static.
...
test=develop
7 years ago
Michal Gallus
f688197182
MKLDNN conv + elementwise_add fusion: Fix output_data to point to the right tensor, also fix transpiler integration
7 years ago
Tomasz Patejko
efd76614fb
MKLDNN conv + elementwise_add fusion: implementation changed to conform with Paddle API
7 years ago
Tomasz Patejko
347bf90412
MKLDNN conv + elementwise_add fusion: bias is also handled
7 years ago
Tomasz Patejko
bf95ac36a7
MKLDNN conv + elementwise_add fusion: further reformatting
7 years ago
Tomasz Patejko
cbe122ae2e
MKLDNN conv + elementwise_add fusion: correcting formatting
7 years ago
Tomasz Patejko
2a251bbf27
MKLDNN conv + elementwise_add fusion: some refactoring: consts, function calls instead of constant values
7 years ago
Tomasz Patejko
b8e54ab5cc
MKLDNN conv + elementwise_add fusion: parameter name changed to ResidualData
7 years ago
Tomasz Patejko
27573ece03
MKLDNN conv + elementwise_add fusion: trailing spaces removed
7 years ago
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
Tao Luo
da722d6d9b
Merge pull request #13858 from Sand3r-/mgallus/conv-bias-pass
...
[MKLDNN] Fuse Conv + Bias using Pass
7 years ago
Tao Luo
a4b48f70c1
Merge pull request #13997 from wojtuss/wojtuss/do-not-enable-mkldnn-twice
...
do not enable MKL-DNN twice
7 years ago
Tao Luo
252401c5d3
Merge pull request #13992 from wojtuss/wojtuss/add-ifdef-mkldnn
...
Add ifdef guard for MKL-DNN placement pass
7 years ago
Michał Gallus
f9ca31811d
Remove use mkldnn from config in resnet50 test
...
test=develop
7 years ago
Michal Gallus
c504a5a1b7
Adjust Conv+bias to placement pass
...
test=develop
7 years ago
Michal Gallus
d7509d63f1
Conv+Bias: Support non-null bias
...
test=develop
7 years ago
Michal Gallus
91e8fbac2f
Enable MKLDNN in Resnet50Tester
...
test=develop
7 years ago
Michal Gallus
582f59c190
Conv+Bias fuse
7 years ago
jerrywgz
a1d3db031b
Merge pull request #13844 from jerrywgz/fix_roi_pool
...
fix roi pool register
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
...
This patch also refactors conv+bn (includes changes from PR
https://github.com/PaddlePaddle/Paddle/pull/13926 )
updated to use the mkldnn-placement-pass.
test=develop
7 years ago
tensor-tang
0a9f5f1790
Merge pull request #13968 from tensor-tang/fix/jit/exp
...
Fix jit exp
7 years ago
Wojciech Uss
5083ec3a1b
do not enable MKL-DNN twice
...
After the MKL-DNN placement pass there is no need to enable MKL-DNN
in operators via executor
test=develop
7 years ago
Yipeng
fcb2e8103e
Ocr end2end dev ( #13889 )
...
* add detect and end2end code
* update the scale for coodinates restore
* fix merge bug with dev.
* fix merge bug with dev.
* test=develop
* fix code style test=develop
* fix code style test=develop
* test=develop
* test=develop
* test=develop
7 years ago
Shan Yi
9517a4536e
Merge pull request #13961 from PaddlePaddle/updatereadme
...
update readme.md
7 years ago
Wojciech Uss
c3b70aece9
Add MKL-DNN placement pass ( #13958 )
...
* add MKL-DNN placement pass
This patch also refactors conv+bn (includes changes from PR
https://github.com/PaddlePaddle/Paddle/pull/13926 )
updated to use the mkldnn-placement-pass.
test=develop
* remove redundant pass list
* add comment on the default first pass
* fix test for conv+relu mkldnn fuse
7 years ago