Commit Graph

2205 Commits (9775e50ca23842c50c1ab741e7fae32c1a1b3609)

Author SHA1 Message Date
Tao Luo fd0dd07ab4
Merge pull request #13726 from jczaja/prv-fused_embedding_fc_lstm-ut
7 years ago
chengduo e1761709f8
Set the right shape of selected_rows (#13723)
7 years ago
tensor-tang 3ee8f2c6cf thread local jit kernels
7 years ago
tensor-tang 9131a35676 replace the lstm compute with jitkernel
7 years ago
tensor-tang b55c247678 add lstm compute unit test
7 years ago
qingqing01 6094a72308
Fix bug in reduce_op caused by PR #13534 (#13748)
7 years ago
dzhwinter a46e30aa6d
enhance isinf/isnan in tensor util, avoid copy back to cpu (#12688)
7 years ago
tensor-tang 2a00969165 optimize lstm jitkernel keq8
7 years ago
tensor-tang f2adaf1c3e add vrelu and lstm kernel
7 years ago
Jacek Czaja 9f15d8817e - Cleanup as suggessted by reviewers
7 years ago
Jacek Czaja ae8b4717cc - Cleaning fused_embedding_fc_lstm op
7 years ago
Jacek Czaja fd31b54cf1 - Removed disabled code
7 years ago
Jacek Czaja f9da2d6416 - Removed disabled diagnostic code
7 years ago
Jacek Czaja 809dbc5c17 - Added file for fused_embedded_fc_lstm_op unit test
7 years ago
tensor-tang e6d8aca3bf refine code and fix
7 years ago
qingqing01 41e4f7ea0a
Optimize Topk when height is large. (#13710)
7 years ago
minqiyang bcd8c2ccc3 Add unit test
7 years ago
tensor-tang ea7dc9cbf6 Merge remote-tracking branch 'ups/develop' into fea/jitkernel
7 years ago
tensor-tang 2513b2cc4e fix bug vtanh
7 years ago
chengduoZH e59ab42caa add nodes for drnn
7 years ago
minqiyang f20fc95539 Resize output ddims and rows
7 years ago
tensor-tang 5ef14dd386
Merge pull request #13715 from tensor-tang/fix/op
7 years ago
minqiyang 67308822f8 Add selected_rows merge for clip_by_norm op
7 years ago
Xin Pan c0dfd5eee8
Merge pull request #13712 from luotao1/doc_element
7 years ago
tensor-tang ea0b98e007 bugfix: fusion lstm and gru batch,seq mode switch
7 years ago
Tao Luo 69ed75e77c refine elementwise doc
7 years ago
Tao Luo 49cd43000c
Merge pull request #12981 from chenwhql/sequence_erase_op_infershape_note_polish
7 years ago
tensor-tang cf8c8e72bd add vtanh and unit test
7 years ago
Tao Luo 067b8582af
Merge pull request #13625 from wanghaoshuang/fix_warning_roi
7 years ago
tensor-tang b37fe30417
Merge pull request #13690 from wangguibao/fix_cpu_lstm_compute_cc
7 years ago
dzhwinter 26771f41ba
"fix compile error" (#13579)
7 years ago
Yu Yang 186b2b138d
Revert "Merge pull request #13201 from reyoung/revert_callstack" (#13697)
7 years ago
tensor-tang d10a9df7b8 add vaddbias and unit test
7 years ago
tensor-tang 3c8b651187 add vsigmoid avx implementations and unit test
7 years ago
sneaxiy 6f748a035d test=develop
7 years ago
tensor-tang 55e44761fb refine code and init vsigmoid
7 years ago
wangguibao 1940bc2d83 Avoid multiple definitions of lstm_compute_ctht when linking libpaddle_fluid.so
7 years ago
sneaxiy 584c3f048f fix sparse rmsprop
7 years ago
Xin Pan 425a882165
Merge pull request #13643 from panyx0718/ir2
7 years ago
Xin Pan 642905958a fix compile error
7 years ago
Xin Pan 33b68fdf25 fix compile error
7 years ago
tensor-tang ede4b230be
Merge pull request #13553 from jczaja/prv-fused_embedding_fc_lstm_op
7 years ago
Xin Pan 6746b1fdf3 add missing header
7 years ago
Dun 161c3e31f7 Optimization of Kernels that related to DeepLabv3+ (#13534)
7 years ago
Xin Pan 5fb72d840a add header
7 years ago
Xin Pan ddd60581b7 clean up channel
7 years ago
tensor-tang 2d0ff6a3c2 add vexp and unit test
7 years ago
tensor-tang b3c63f40fa add vscal and unit test
7 years ago
tensor-tang 0987f2b4d9 add vadd unit test
7 years ago
tensor-tang 3d928d4f9d refine and seepdup
7 years ago
tensor-tang 77fc42d2d1 Merge remote-tracking branch 'ups/develop' into fea/jitkernel
7 years ago
tensor-tang 2937314d8e refine vmul and test
7 years ago
tensor-tang 6c986e127a fix macro and add vmul unit test
7 years ago
chengduo 43a3af86be
refine sgd_op (#13626)
7 years ago
Xin Pan 2c01c2216a
Merge pull request #13531 from gongweibao/generator2
7 years ago
Yu Yang 0be1582df0
Merge pull request #13525 from reyoung/fix_mixed_vector
7 years ago
Jacek Czaja d5114c60b0 - Reviewers suggesstions to fused_embedding_fc_lstm_op
7 years ago
Jacek Czaja 7ab5626dee - Added initial pass for embedding-fc-lstm
7 years ago
qingqing01 fd4c4df93d
Cuda speed for generate_proposals_op. (#13596)
7 years ago
tensor-tang 8c69764d12 add vmul unit tests
7 years ago
tensor-tang 084893a9a9 add vadd kernel
7 years ago
wanghaoshuang 153d4f5d15 test=develop
7 years ago
wanghaoshuang 5d7395cd0f Fix warning of roi perspective transform op.
7 years ago
Wu Yi 10dffc68cd
Merge pull request #13618 from typhoonzero/revert_13530
7 years ago
tangwei12 97cf1eb6d7
Add distributed unit tests about text_classification/simnet-bow/ctr (#12812)
7 years ago
typhoonzero a4f7696a18 Revert "Some trivial optimization (#13530)"
7 years ago
tangwei12 85362e98dd
Batch AUC (#13567)
7 years ago
tensor-tang 6938e6cf06
Merge pull request #13603 from tensor-tang/refine/peephole
7 years ago
Zhaolong Xing 9b03d53543
Merge pull request #13469 from NHZlX/add_ut_for_trt
7 years ago
tensor-tang eeff268a6c clean and refine kernels
7 years ago
tensor-tang dee5d35c20 refine vmul
7 years ago
tensor-tang 209e9c3db1 refine peephole
7 years ago
chengduo 1d91a49d2f
Some trivial optimization (#13530)
7 years ago
ktlichkid 5093afced1 Fix bug in sequence_slice_op
7 years ago
tensor-tang 92031968d7 init vmul kernel
7 years ago
tensor-tang b9acbcc8c5 init lstm kernel
7 years ago
tensor-tang c260bf942d init jit kernel
7 years ago
nhzlx 5c57e15044 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_ut_for_trt
7 years ago
Tao Luo c07b2a97a9
Merge pull request #13521 from Sand3r-/mgallus/fix-pooling-ceiled-size
7 years ago
dzhwinter cc20867d49
flags (#13542)
7 years ago
Michal Gallus 0e6b303f54 MKLDNN Pooling: inline functions handling ceiled mode
7 years ago
Michal Gallus f465b03ef9 Enable MKLDNN in Analysis Predictor
7 years ago
gongweibao 1113337764 merge
7 years ago
Yu Yang 7119d6c3cf Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into revert_callstack
7 years ago
Jiabin Yang efc2ac950c
Merge pull request #13527 from JiabinYang/mac/fix_mac_compile
7 years ago
nhzlx baae7e4f63 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_ut_for_trt
7 years ago
nhzlx 2763321684 fix comments
7 years ago
sneaxiy 6724801884 fix conflict
7 years ago
chengduo cdf3a4c244
Fix concat_op InferShape (#13513)
7 years ago
gongweibao bee213e51f fix conflict
7 years ago
sneaxiy 3ad3635de0 fix conflict
7 years ago
sneaxiy 3ee0a6489d remove kwargs in python api
7 years ago
Zeng Jinle f855c05fff
Merge pull request #13520 from sneaxiy/enhance_eager_delete
7 years ago
gongweibao 01396d91db Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into generator2
7 years ago
nhzlx 0514882bc5 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_ut_for_trt
7 years ago
gongweibao dda9c3556e fix
7 years ago
JiabinYang c324cdeff8 fix roi_perspective_transform_op.cc unused variable caused error on macos
7 years ago
Yu Yang 3043f51b3a
Merge pull request #13511 from reyoung/fix_ce
7 years ago
gongweibao ff47841796 fix
7 years ago
Yu Yang f7af695801
Merge pull request #13505 from reyoung/fix_selected_rows_functor_test
7 years ago