Commit Graph

300 Commits (5d9edb4124bd634e9dfe24f851c562f9ff8cd44d)

Author SHA1 Message Date
tensor-tang c3a9f3c4b2 fix typo and refine
6 years ago
tensor-tang ab9c4b2a9f refine seqpool concat pass and remove unused nodes
6 years ago
tensor-tang ce909664d8 Merge remote-tracking branch 'ups/develop' into refine/seqpool/feed
6 years ago
flame fb63cd89d4
Add python ir graph API (#14917)
6 years ago
tensor-tang a0a27bd240 add seqpool concat fuse pass tester
6 years ago
tensor-tang 8e086a8521 follow comment and fix typo
6 years ago
tensor-tang 72d2a1801e add seqpool concat fuse pass
6 years ago
minqiyang b76695418a Polish log
6 years ago
minqiyang 4bfa110fd8 Add no lock optimize pass
6 years ago
Wu Yi e26cced7cc
refine batch merge pass (#14777)
6 years ago
Zhaolong Xing 4048cfa9da
Merge pull request #15048 from NHZlX/add_affine_channel_fuse
6 years ago
chengduo fe8495a758
[WIP] Refine MultiDevSSAGraph (#15040)
6 years ago
nhzlx a6aa8ea771 faster rcnn input is presistable. (fix it in paddle-trt)
6 years ago
hjchen2 956cf92145 Fix conv_elementwise_add2_act pass
6 years ago
nhzlx ce3782c193 add affine_channel fuse.
6 years ago
Tomasz Patejko e9eee0de6a MKLDNN residual connection fuse: fixing accuracy problem (#14874)
6 years ago
Zhaolong Xing a9fb34fad8
Merge pull request #14903 from NHZlX/add_conv_elementwise_pass
6 years ago
dzhwinter 7cd24b1318
add ir memory optimize. (#14530)
6 years ago
nhzlx c0c9fcd9c7 add source file
6 years ago
nhzlx 4e4a777243 add conv+elementwiseadd pass
6 years ago
Yan Chunwei a985949be9
Fea/fuse conv elementwise add fuse (#14669)
6 years ago
sneaxiy 7923042365 merge develop
6 years ago
Tao Luo 3243b45bb2
Merge pull request #14651 from luotao1/has_attr
6 years ago
Tao Luo 067ed70f2d add HasProtoAttr function in op_desc.h, clean node.h
6 years ago
Xin Pan 748549b2e3 Revert "Merge pull request #14798 from PaddlePaddle/revert-14786-revert-14782-revert-14398-imperative"
6 years ago
bingyanghuang 943ad4781f One possible solution to add flexibility for mkldnn placement pass (#14768)
6 years ago
Xin Pan c049fa7cf7
Revert "Revert "Revert "Imperative"""
6 years ago
Tao Luo c83d5b7a16
Merge pull request #14709 from yihuaxu/develop_4f71a6ee2_conv3d_bias_fusion_mkldnn_impl
6 years ago
Yihua Xu 3821fc3950 Merge branch 'develop' into develop_4f71a6ee2_conv3d_bias_fusion_mkldnn_impl
6 years ago
Yihua Xu 240d974ac5 Clean Code
6 years ago
Xin Pan 2538ef64f1
Revert "Revert "Imperative""
6 years ago
Xin Pan 6217f42ab7
Revert "Imperative"
6 years ago
Xin Pan b52f5d2870
Merge pull request #14398 from panyx0718/imperative
6 years ago
Xin Pan 0591ba96ec fix hack
6 years ago
sneaxiy 64ad051b9a merge develop
6 years ago
Yihua Xu 64e261c6cd Implement the fusion of convolution and bias for mkldnn
6 years ago
Tao Luo 8d6984eb9b change OpHasAttr to RuntimeHasAttr, add some comments
6 years ago
Xin Pan aeb74af54c allow operator to run imperatively
6 years ago
sneaxiy 096673f675 refactor eager deletion
6 years ago
Tao Luo c856ac8721 add OpHasAttr in node.h, update is_test_pass and mkldnn_placement_pass
6 years ago
minqiyang be04d99fe4 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into revert_vlog
6 years ago
minqiyang 53433d7f2e Revert the changes of VLOG
6 years ago
peizhilin 7c8c9dc9bf fix unit test cases
6 years ago
chengduo a94a7355f0
Refine the GraphNum check (#14144)
6 years ago
Tomasz Patejko 53da846d1e MKLDNN residual connections fuse pass: initial implementation of fusion for projection pass
6 years ago
Tomasz Patejko dbc4fcd722 MKLDNN residual connections fuse pass: unit tests enabled and added
6 years ago
Tomasz Patejko 4224089354 MKLDNN residual connections fuse pass: Maybe removed and boost::optional used where it makes sense
6 years ago
Tomasz Patejko 86fd3b32be MKLDNN residual connections fuse pass: counting statistics added to the pass
6 years ago
Tomasz Patejko ee6f778beb MKLDNN residual connections fuse pass: further refactoring
6 years ago
Tomasz Patejko 7423748e37 MKLDNN residual connections fuse pass:
6 years ago