Commit Graph

2669 Commits (af2f5fc8249bd449a3d90df6e5cce1a63f9c244c)

Author SHA1 Message Date
peizhilin 71d7980f69 fix build issue 1
6 years ago
dengkaipeng 34bfae243a Add Interpolate operation. test=develop
6 years ago
sneaxiy 46d4829dd1 fix lod_level share bug in read_op
6 years ago
tensor-tang 8465e7876f auto grow the size and fix test
6 years ago
tensor-tang 9255119fd9 refine jit vmul with all size
6 years ago
tensor-tang a9c1824131 refine jit vmul code supporting multiple of 2
6 years ago
tensor-tang 61fdc38e51
Merge pull request #14206 from tensor-tang/fea/jit/gen
6 years ago
peizhilin 9d67c1fb69 cpu build support
6 years ago
barrierye 5e7bb6a9bd update docs test=develop
6 years ago
dzhwinter 60f70b174d test=develop
6 years ago
sneaxiy 7ff320f8cc merge develop
6 years ago
dongzhihong 00cf66964f Merge remote-tracking branch 'origin/develop' into fix/sign_op
6 years ago
Kaipeng Deng daed473d4a
Merge pull request #14089 from heavengate/pool_exclude
6 years ago
Kaipeng Deng 64f3e3ed8f
Merge pull request #14069 from heavengate/grid_sampler
6 years ago
sneaxiy 366ebb93f7 test=develop
6 years ago
dzhwinter eb2f7ed21b refine tests. test=develop
6 years ago
Jiabin Yang 9f65b616b2
Merge branch 'develop' into add_reorg_op
6 years ago
Kaipeng Deng 0b29078201
Merge branch 'develop' into grid_sampler
6 years ago
whs 0c319e0b35
Add affine grid generator op (#12238)
6 years ago
tangwei12 d325e668b8
[1.1] Load vars on PSERVER (#14037)
6 years ago
tensor-tang 85bcb286f5 refine vmul jitcode
6 years ago
tensor-tang a764e900a5 Merge remote-tracking branch 'ups/develop' into fea/jit/gen
6 years ago
tensor-tang a3377f7b0a refine jitcode and add vmul jitcode implementation
6 years ago
dzhwinter 1ace55c8ee merge develop branch
6 years ago
dengkaipeng df4a3544aa nearest neighbor interp add cuda kernel. test=develop
6 years ago
chengduo 2ccf77d1c1
Refine GetTensorFromVar (#14160)
6 years ago
dengkaipeng 9755611938 add unittest for nearest_neighbor_interp_op
6 years ago
dengkaipeng a24691a2a9 add nearest neighbor interpolation operator cpu kernel
6 years ago
JiabinYang 8d3c3e048b Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_reorg_op
6 years ago
tensor-tang f3badacd97 Merge remote-tracking branch 'ups/develop' into fea/jit/gen
6 years ago
tensor-tang a53b1b0b1b refine and init jitkernel vmul
6 years ago
tensor-tang 2139b9f677 add jit gencode
6 years ago
Tomasz Patejko 8899d42265 MKLDNN conv residual data: primitive reuse interface used. Reorder done when formats are different
6 years ago
chengduo b73708d20b
add int and int64 dtype for gather_op (#14175)
6 years ago
Tomasz Patejko f11934cbe6 MKLDNN conv residual data: residual data is reorder when formats are incorrect
6 years ago
Tao Luo cdf2579d08
Merge pull request #14053 from jczaja/prv-seqpool-max
6 years ago
Kaipeng Deng a3b26e8528
Merge branch 'develop' into grid_sampler
6 years ago
dengkaipeng 7333fe8e55 add math formula for exclusive/inclusive mode in avg pool. test=develop
6 years ago
dzhwinter 316765839d add back jit simd instructions. stage.
6 years ago
Xin Pan eb7ed1b720
Merge pull request #13897 from gmcather/develop
6 years ago
barrierye fc23cc9d30 update paddle/fluid/API.spec
6 years ago
dzhwinter bf2e4cb188 cleard. staged
6 years ago
chengduo 2f639113ee
Fix sum_op's GetExpectedKernelType (#14112)
6 years ago
gmcather ba22624d7e position encoding && log loss
6 years ago
dzhwinter ebfe5a02b3 merge develop branch
6 years ago
qingqing01 cb27a9219d
Merge pull request #13971 from sefira/FasterOpDoc
6 years ago
sneaxiy 5e5d2223a1 test=develop
6 years ago
tensor-tang 3c957af139
Merge pull request #14080 from tensor-tang/refine/jit/crf2
6 years ago
barrierye 5f3acac9b3 update paddle/fluid/API.spec
6 years ago
Jacek Czaja 458b16f42a Rebase of seqpool-max optimization
6 years ago
dengkaipeng ff6329bd5f fix some inappropriate expressions in api doc for grid_sampler. test=develop
6 years ago
dengkaipeng 8f1e398824 move param exclusive to the last in pool2d/pool3d for forward compatibility:. test=develop
6 years ago
dengkaipeng 593e1b18d7 fix some bugs and add some doc for GridSampleOp
6 years ago
dengkaipeng 0bb0e0c10f add Grid Sampler Operator for STN.
6 years ago
Yu Yang c01696f8c2 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into rewrite_allocation
6 years ago
Qiao Longfei d26ff8cb2d Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into cpu-for-1.1-merge-with-shape
6 years ago
JiabinYang e0a89503f8 test=develop
6 years ago
Wu Yi 26200f2e42
[1.1] [project] train imagenet using large batch size (#13766)
6 years ago
barrierye 8c1e304307 merge nn.py
6 years ago
dengkaipeng c93e044ae0 add inclusive/exclusive mode in PoolOp avg pool type
6 years ago
JiabinYang 9a74c4489f test=develop
6 years ago
barrierye 9dc28179a4 add similarity_focus op
6 years ago
Qiao Longfei 7cd2417fe2 Merge branch 'develop' into cpu-for-1.1-merge-with-shape
6 years ago
dzhwinter c8adc2c6fe cudnn version. staged.
6 years ago
Yan Chunwei ee74be3a49
[1.1] Bugfix/tensorarray (#14044)
6 years ago
Qiyang Min 33b4920d2d
Merge pull request #14057 from velconia/continue_hash_op
6 years ago
Qiyang Min 209f24a241
Merge pull request #14051 from velconia/accelerate_embedding_grad
6 years ago
Qiao Longfei 7cfc3c4415 Merge branch 'optimize-sum-seq-pooling-op' of ssh://github.com/jacquesqiao/Paddle into cpu-for-1.1-merge
6 years ago
Qiao Longfei 72aef6b168 sum selected rows check empty
6 years ago
Qiao Longfei 641369f92b Merge branch 'dist-table-do-not-init-on-trainer' of ssh://github.com/jacquesqiao/Paddle into cpu-for-1.1-merge
6 years ago
Qiao Longfei d69c820707 Merge branch 'add-flag-to-control-rpc-thread-num' of ssh://github.com/jacquesqiao/Paddle into cpu-for-1.1-merge
6 years ago
Qiao Longfei 1ed9ef6d70 Merge branch 'shape_int_to_int64' of https://github.com/seiriosPlus/Paddle into cpu-for-1.1-merge
6 years ago
Qiao Longfei da61a5b672 Merge branch 'optimizer-prefetch' of https://github.com/seiriosPlus/Paddle into cpu-for-1.1-merge
6 years ago
tangwei12 5ce3a32e06
Merge branch 'develop' into optimizer-prefetch
6 years ago
seiriosPlus b6590b05fb submit by tangwei12, test=develop
6 years ago
tangwei12 cb1ccc710b fix shape type in uniform_random_op.cu
6 years ago
Qiao Longfei 575f22711d optimize code
6 years ago
Qiao Longfei 96d5500934 optimize code
6 years ago
Qiao Longfei 748ee35c89 sum op handle empty input update selected_rows_functor.cu
6 years ago
Qiao Longfei dd78b5df93 sum op handle empty input
6 years ago
Qiao Longfei cbe128bbae Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into optimize-sum-seq-pooling-op
6 years ago
Qiao Longfei f4df0cb1a2 update the type of shape to int64, format code
6 years ago
Qiao Longfei 7dcb0dc8c6 update year
6 years ago
Qiao Longfei 68aeb4e7e9 add fake init test in test_dist_transpiler
6 years ago
Qiao Longfei a13c788a04 fix a bug
6 years ago
Zeng Jinle 97d47a7d08
Merge pull request #13913 from sneaxiy/seq_reverse
6 years ago
JiabinYang 6e3615422f Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_reorg_op
6 years ago
Jiabin Yang a3efba176c
Merge pull request #14085 from jerrywgz/fix_generate_proposals_op
6 years ago
dzhwinter 7141debe38 add cudnn back. staged.
6 years ago
Qiao Longfei 0328ffd3ab add fake init op
6 years ago
Hongyu Liu 379d933ae5
Merge pull request #14036 from phlrain/add_dropout_att_new
6 years ago
tangwei12 d8b697357f update height_sections to int64_t
6 years ago
jerrywgz de2f965c9b test=develop
6 years ago
dzhwinter 09409bad4d staged. test speed=49ms in 1080.
6 years ago
tensor-tang 64d5b4385e fix crf decode avx512
6 years ago
tensor-tang 21487d78bf add crf decode jit kernel
6 years ago
sneaxiy 1af3fe8c35 test=develop
6 years ago
Qiao Longfei de539d72da format
6 years ago
sneaxiy 5be6f762d0 remove_lock_in_some_ops
6 years ago
buxingyuan 6c1d74bb47 Merge branch 'develop' into FasterOpDoc
6 years ago
JiabinYang 7bcba47e41 test=develop
6 years ago
barrierye a7f94ec794 add similarity_focus op
6 years ago
minqiyang 0de6811ee0 Change reserve to resize
6 years ago
JiabinYang 9cad409f2a test=develop
6 years ago
minqiyang 5660d6a3ba Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into accelerate_embedding_grad
6 years ago
tensor-tang a05fce6544 Merge remote-tracking branch 'ups/develop' into fix/jit/avx
6 years ago
JiabinYang bd064c0f44 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_reorg_op
6 years ago
Qiyang Min d0fdcb2f6d
Merge pull request #14048 from velconia/change_sequence_pool_to_cpu
6 years ago
Yu Yang 8310ce6007 Fix cluster memory
6 years ago
tensor-tang d24d282a7a fix avx error
6 years ago
tensor-tang 9cb8738f54
Merge pull request #14018 from tensor-tang/refine/jit/gru
6 years ago
Qiao Longfei 6253b152e6 Merge branch 'optimize-sum-seq-pooling-op' of https://github.com/jacquesqiao/Paddle into optimize-sum-seq-pooling-op
6 years ago
Qiao Longfei 14f5a40898 fix unit test
6 years ago
minqiyang 5de4619781 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into accelerate_embedding_grad
6 years ago
minqiyang 0695c1fbe8 Add remind for code
6 years ago
minqiyang 0c5c4c4a5b Add blas header file
6 years ago
buxingyuan d0ccdf8fc1 follow comments
6 years ago
minqiyang e2a348cd10 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into change_sequence_pool_to_cpu
6 years ago
Qiao Longfei f4e6fe0786 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into optimize-sum-seq-pooling-op
6 years ago
minqiyang 40141f749b Implement the unittest for hash op
6 years ago
minqiyang 8a0f26f45f Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into continue_hash_op
6 years ago
minqiyang d4f9aa0852 Add hash op implementation
6 years ago
tangwei12 755927d2b0 shape type to int64_t, test=develop
6 years ago
Qiao Longfei 7357d8412e add flags for control the thead num for pserver
6 years ago
minqiyang 1a3b38a432 Polish code
6 years ago
minqiyang 133bac2b10 Accelerate embedding op grad
6 years ago
dzhwinter 597d92179b clean demo_ci
6 years ago
phlrain 201d4f2a85 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_dropout_att_new
6 years ago
phlrain a6e6bc45d6 modify dropout att; test=develop
6 years ago
minqiyang 2468057da6 Move code to SumSeqPoolGradFunctor
6 years ago
minqiyang 9725db0d40 Fix copy wrong pos bug
6 years ago
minqiyang 9c68709036 Accelerate sequence_pool functor
6 years ago
minqiyang 14ebc424d6 Add gpu support for unittest
6 years ago
jerrywgz e906c8e5e7
Merge pull request #14022 from jerrywgz/fix_rpn_target_assign_op
6 years ago
minqiyang bd5a82e193 Polish unit test code
6 years ago
minqiyang 047fa2f9aa Add unit-test for sequence_pooling functor
6 years ago
qingqing01 c7379a7320 Fix top_k op (#14034)
6 years ago
sneaxiy 016bf51e3f test=develop
6 years ago
JiabinYang c13f1ef3c4 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_reorg_op
6 years ago
Xin Pan 8837669782
Merge pull request #13982 from panyx0718/fix
6 years ago
dzhwinter dbd0075b68 Merge branch 'windows/support' into lb
6 years ago
dzhwinter c6dcffc61a lb. add debug output
6 years ago
sneaxiy 92a2817a2b test=develop
6 years ago
JiabinYang 8e8e8e66ab Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_reorg_op
6 years ago
phlrain 049c9c7d2a Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_dropout_att_new
6 years ago
phlrain ffb24a73ec add dropout attr; test=develop
6 years ago
wanghaoshuang 5993155d67 Merge remote-tracking branch 'dzhwinter/windows/support' into windows/support
6 years ago
wanghaoshuang f9e7cfb03c save binary file
6 years ago
tensor-tang 032c3a07e3 Merge remote-tracking branch 'ups/develop' into refine/jit/gru
6 years ago
tensor-tang 159be8cc63 optimize fusion gru kernel at size 8
6 years ago
Tao Luo 23da8defc8
Merge pull request #14028 from luotao1/fix_resnet50_test
6 years ago
Yu Yang 71c846ef8a Revert buggy changes
6 years ago
JiabinYang ff07dc315e test=develop
6 years ago
chengduo a7497653d0
Refine Split op (#13967)
6 years ago
Yu Yang dbf9f6f408 Fix distribute compile
6 years ago
jerrywgz e0708e62ba refine code
6 years ago
jerrywgz 1c591c3909
Merge branch 'develop' into fix_rpn_target_assign_op
6 years ago
sneaxiy a9d7a9d720 test=develop
6 years ago
Tao Luo 316bc9bfc9 fix typo and warning in analyzer_resnet50_test
6 years ago
jerrywgz f06c6193d7 fix rpn target assign test=develop
6 years ago
dongzhihong 563e7bca7f "fix op. test=develop"
6 years ago
Xin Pan 8f2116d8fa clean up after the changes have been stopped for so long.
6 years ago
tensor-tang 83dc689877 Merge remote-tracking branch 'ups/develop' into refine/jit/gru
6 years ago
tensor-tang 640e789d3d add fusion gru jit kernel
6 years ago
JiabinYang 39d39775c3 test=develop
6 years ago
JiabinYang 70351de1b5 test=develop
6 years ago
Yu Yang 461f71a90b Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into rewrite_allocation
6 years ago
qingqing01 0e24138494
Merge pull request #13991 from qingqing01/refine_generate_proposals_op
6 years ago
gongweibao 58c027cc38
Add rpc profiler flags. (#13989)
6 years ago
Tao Luo 42aa1d409d
Merge pull request #13485 from tpatejko/tpatejko/capi-resnet-conv-elementwise-fusion
6 years ago
tensor-tang 664159ad42
Merge pull request #13998 from tensor-tang/fea/fusion_seqconv_add
6 years ago
jerrywgz 765085d297
Merge pull request #13904 from jerrywgz/roialign
6 years ago
Dang Qingqing 56936b9e25 Refine doc for generate_proposals_op.
6 years ago
Tomasz Patejko 4be45af1cc MKLDNN conv + elementwise_add fusion: skip connection attribute renamed. Comments about patterns added.
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 bf95ac36a7 MKLDNN conv + elementwise_add fusion: further reformatting
6 years ago
Tomasz Patejko b8e54ab5cc MKLDNN conv + elementwise_add fusion: parameter name changed to ResidualData
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 56528531ea MKLDNN conv + elementwis_add fusion: initial work on passing eltwise data to conv primitive
6 years ago
Dang Qingqing 4801ee8f97 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into refine_generate_proposals_op
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
jerrywgz a1d3db031b
Merge pull request #13844 from jerrywgz/fix_roi_pool
6 years ago
Dang Qingqing 8e0b9496de Fix unit test
6 years ago
tensor-tang 0a9f5f1790
Merge pull request #13968 from tensor-tang/fix/jit/exp
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
sneaxiy 5a38930660 test=develop
6 years ago
tensor-tang 7cb19a5976 fuse elementwise_add and relu
6 years ago
tensor-tang 3c249283af init seqconv eltadd relu op
6 years ago
sneaxiy ac2eba4457 test=develop
6 years ago
jerrywgz 553342624e test=develop
6 years ago
jerrywgz 9a14ca91b8 test=develop
6 years ago
tensor-tang 60ff05e312 Merge branch 'luotao1-fix_rnn2_test' into fix/jit/exp
6 years ago
Tao Luo 7d680be5a3 Merge branch 'develop' into mkldnn_test
6 years ago
buxingyuan 0bb3b099c2 generate_proposal_labels doc
6 years ago
gongweibao a831ecc75d
Add grpc error context. (#13957)
6 years ago
tensor-tang b139b687de Merge remote-tracking branch 'ups/develop' into fix/jit/exp
6 years ago
qingqing01 67a2b5215d
Add affine channel op to speed and save memory for faster-rcnn model. (#13919)
6 years ago
tensor-tang 748435586a clean code exp avx
6 years ago
tensor-tang b4751a34a5 fix illegal instruction of rnn2
6 years ago
tensor-tang 30dfbdee7f
Merge pull request #13951 from tensor-tang/fix/warning
6 years ago
tensor-tang 36588b3365 fix illegal instruction of rnn1 and text
6 years ago
Tao Luo 6a4e9230ed Merge branch 'develop' into mkldnn_test
6 years ago
gongweibao 078223b3e3
Add rpc timeline. (#13900)
6 years ago
dzhwinter 29382db625
Merge pull request #13874 from dzhwinter/fix/momentum
6 years ago
qingqing01 5dbb2e9986
Small changes for sum_op to avoid zero setting. (#13923)
6 years ago
Tao Luo e47f4186ae fix some compiler warning
6 years ago
dzhwinter 00e8791f66 fix compile in cpu error. test=develop
6 years ago
tensor-tang e69328c3bc fix warning and mac compile
6 years ago
dzhwinter d239cf2e15 use binary search. test=develop
6 years ago
dzhwinter a9f5f822e6 use binary search. test=develop
6 years ago
tensor-tang 6447155dac
Merge pull request #13851 from tensor-tang/fea/jitkernel_peephole
6 years ago
sneaxiy 4b4af84e67 test=develop
6 years ago
jerrywgz 4c9884e713 refine unittest test=develop
6 years ago
Qiao Longfei 0225957515 change elementwise_add to elementwise_add_to test=develop
6 years ago
Qiao Longfei bd2b6d7f8f sum_op support inplace
6 years ago
Xin Pan 7fb5b66ac2
Merge pull request #13916 from panyx0718/fix2
6 years ago
dzhwinter 3861269594 merge develop branch
6 years ago
jerrywgz 98c3294b85 Merge branch 'roialign' of https://github.com/jerrywgz/Paddle into roialign
6 years ago
tangwei12 fa2ab3346c
fill constant add infervarshape, lookuptable clone lr var (#13830)
6 years ago
jerrywgz 8c79071d6a roi_align for gpu
6 years ago
Xin Pan 342e436158 Make Var::GetMutable robust
6 years ago
Yan Chunwei 7a751b83ac fix isfinite_op sprintf (#13850)
6 years ago
Qiyang Min e3a64fca44
Merge pull request #13835 from velconia/fix_reshape_op
6 years ago
Yibing Liu 46b0b7903c
Merge pull request #13856 from kuke/seq_unpad_op
6 years ago
Qiao Longfei b4a32eafdf Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into optimize-sum-seq-pooling-op
6 years ago
jerrywgz c9d2046f76 roi_align for gpu
6 years ago
jerrywgz 2f5a80174e add roi_align api
6 years ago
dzhwinter e41a3fcd68 fix update to develop hang problem.
6 years ago
Zeng Jinle 93606c2c2c
Merge pull request #13689 from sneaxiy/sparse_rmsprop
6 years ago
Qiao Longfei 681226e97c
Merge pull request #13864 from jacquesqiao/py-reader-add-test-mode
6 years ago
jerrywgz 90f39b1123 Merge branch 'roialign' of https://github.com/jerrywgz/Paddle into roialign
6 years ago
Xin Pan 288a112ffd
Revert "Revert "Revert "Make variable::GetMutable robust"""
6 years ago
sneaxiy 5cedfb60c8 test=develop
6 years ago
jerrywgz 5e52dafda5 add roi align
6 years ago
jerrywgz c0e34eebec add roi align
6 years ago
Xin Pan fededdda20
Merge pull request #13872 from panyx0718/fix2
6 years ago
Qiao Longfei 60030e8678 change the use of FLAGS_reader_queue_speed_test_mode
6 years ago
Qiao Longfei 936926aadd code optimize
6 years ago
Qiyang Min cab29828a5
Merge pull request #13829 from velconia/accelerate_sequence_pool_op
6 years ago
Xin Pan ddb76d0d09 Make GetMutable more robust
6 years ago
Qiao Longfei c52ccbc109 clean code
6 years ago
Qiao Longfei 6056d04361 optimize blas call
6 years ago
Qiao Longfei 5db7551317 optimize code
6 years ago
minqiyang d9b202e717 Move tensor copy src_ptr and dst_ptr check to TensorCopy function
6 years ago
chengduo 8e2fdc54b1
Add check for opt op (#13840)
6 years ago
Qiao Longfei eb6d9e3bbe Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into optimize-sum-seq-pooling-op
6 years ago
Qiao Longfei 0170d36c42 fix a bug
6 years ago
Qiyang Min e37c9e6732
Merge pull request #13828 from velconia/accelerate_selected_rows_functor
6 years ago