Commit Graph

2832 Commits (82d68281c04f4fd1078cb7e8be72bd536b9366be)

Author SHA1 Message Date
nhzlx b969116988 fxi avg pool trt bug and fix cpplint
7 years ago
tensor-tang 1f00723fa3 exp, sigmoid, tanh jitcode support more size
7 years ago
Qiyang Min d971d5b875
Merge pull request #14431 from velconia/fix_expand_op_dim_in_compile_time
7 years ago
Wu Yi b32c13dc20
Add cudnn ctc loss (#12366)
7 years ago
tensor-tang 8cda7b3d20 Merge remote-tracking branch 'ups/develop' into fea/jit/act
7 years ago
tensor-tang e2d6eddd32 remove ComputeDeprecated
7 years ago
peizhilin 6d0d5a76eb Merge remote-tracking branch 'upstream/develop' into windows/build
7 years ago
tensor-tang 64f7516aee
fix lrn on mac (#14426)
7 years ago
Yu Yang c8f6e70ab4 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into rewrite_allocation
7 years ago
tensor-tang f65ddff8d1 unify act jitcode of relu, exp, sigmoid and tanh
7 years ago
tensor-tang 6a159071b6 add vtanh jitcode of size 8
7 years ago
tensor-tang 046374bcd1 add vsigmoid jitcode of size 8
7 years ago
minqiyang 560b29ccb7 Polish code
7 years ago
minqiyang 21d6e8e8c8 Polish code
7 years ago
minqiyang 50b6e4c6bc Fix expand grad op infer shape
7 years ago
Sylwester Fraczek 8a1eeec579 add mkldnn prop_kind phase for inference-only case to pooling and activations (#14278)
7 years ago
peizhilin d1429ac4a5 add recordio support
7 years ago
chengduo 82773477ae
Add selu (#14415)
7 years ago
minqiyang 30147d7f58 Fix expand op incorrect infer shape
7 years ago
JiabinYang ba9ff508e8 temp fix
7 years ago
Yihua Xu 03ccb9a461 Optimize the stack operator
7 years ago
tensor-tang ee2a7f1b8c refine exp and fix error on avx
7 years ago
tensor-tang 1e06a32a0d add vexp jitcode of size 8
7 years ago
tensor-tang 2354409601
Merge pull request #14374 from tensor-tang/fea/jit/act
7 years ago
Tao Luo 5ef123c778 Merge branch 'develop' into dam_fc
7 years ago
dzhwinter d3aed98d86
Merge pull request #14320 from wopeizl/windows/online
7 years ago
Tao Luo d3e63e6e04
Merge pull request #14412 from jczaja/prv-dam-softmax
7 years ago
peizhilin be332a13bc Merge remote-tracking branch 'upstream/develop' into windows/build
7 years ago
Jacek Czaja b361579f09 - Softmax for Inference is enabled when ON_INFER is set
7 years ago
Tao Luo 980a6753a8 fix typo to pass the ci
7 years ago
Tao Luo 8f301f4618
Merge pull request #14381 from qingqing01/manylinux_v5_fix
7 years ago
peizhilin 1a9008c420 code style fix
7 years ago
Tao Luo e0d4e04bdd fix some compiler warning
7 years ago
Tao Luo 8ea13e336a add in_num_col_dims for fc
7 years ago
JiabinYang a507845a77 test=develop
7 years ago
Tao Luo 9eb0ab1db3
Merge pull request #14384 from tensor-tang/refine/lrn
7 years ago
peizhilin 30ddc07a7e Merge remote-tracking branch 'upstream/develop' into windows/build
7 years ago
Qiao Longfei e65cbd3b06
Merge pull request #14387 from jacquesqiao/lookup_sparse_table_add_test_mode
7 years ago
Qiao Longfei 6cf8f24b1b
Merge pull request #14389 from jacquesqiao/fix_sgd_op_optimize_sparse_table
7 years ago
Xin Pan 10ab177f89
Merge pull request #14403 from PaddlePaddle/revert-14337-prv-dam-softmax
7 years ago
Yan Chunwei 9f252e0032
Combine Inference Analysis with IR (#13914)
7 years ago
Tao Luo 5b9c62faee
Revert "Softmax op optimization for inference "
7 years ago
Tao Luo 6490bb2765
Merge pull request #14337 from jczaja/prv-dam-softmax
7 years ago
chengduo 9f68e9a7fe
fix auc op (#14385)
7 years ago
Dang Qingqing d219818434 Fix compiling in cuDNN v5.
7 years ago
Qiao Longfei efb5c03f60 sgd_op optimize selected rows do not enforce id < height
7 years ago
Qiao Longfei 7aa8b2ccf2 optimize code
7 years ago
Qiao Longfei 8d205c853c add is_test for lookup_sparse_table
7 years ago
tensor-tang b4dfba1779 refine lrn_op cpu forward and speedup
7 years ago
tensor-tang 1be85d011d add mkl vsqr and vpow
7 years ago
JiabinYang f4be1d99d0 polish code and test
7 years ago
ruri 4a55fb5f5b Add density_prior_box_op (#14226)
7 years ago
tensor-tang 0043c42b3e add vrelu jitcode
7 years ago
JiabinYang b8ff0972b6 test=develop
7 years ago
JiabinYang 32e05b01f2 test=develop
7 years ago
peizhilin 61fa5218b9 Merge remote-tracking branch 'upstream/develop' into windows/build
7 years ago
Yibing Liu bd2943788b
Fix gather & stack op (#14355)
7 years ago
Yu Yang 8f9bfad246
perf(compile): speed up reduce_op compile by splitting files (#14294)
7 years ago
sneaxiy d231e55065 merge develop
7 years ago
JiabinYang c8801e100f grad diff problem to be fixed and need api spec change to be done
7 years ago
Jacek Czaja 03299ed46c - Fix to linking for GPU builds of softmax inference
7 years ago
Jacek Czaja 0756343767 - Fix GPU compilation
7 years ago
Jacek Czaja d332326847 - Added unit tests for softmax is_test=True op
7 years ago
Jacek Czaja c1fccc29c1 - Noise adding removed for Test phase of softmax
7 years ago
peizhilin 7638f0afb3 simplify the logic
7 years ago
peizhilin d01a26280e Merge remote-tracking branch 'upstream/develop' into windows/build
7 years ago
Xin Pan ff28b1ffc0
Merge pull request #14071 from barrierye/add_similarity_focus_op
7 years ago
li099 688ed60116 Add lod tensor array to tensor op (#13990)
7 years ago
peizhilin e23061e0dc Merge remote-tracking branch 'upstream/develop' into windows/build
7 years ago
chengduo 6c6e638550
Add InferVarType for some op (#14201)
7 years ago
peizhilin 1eec5a428f Merge remote-tracking branch 'upstream/develop' into windows/build
7 years ago
Kaipeng Deng 0b38822624
Merge pull request #14345 from heavengate/fix_grid_sampler
7 years ago
peizhilin ca60e1d34d Merge remote-tracking branch 'upstream/develop' into windows/build
7 years ago
peizhilin 52f7644f53 Merge remote-tracking branch 'upstream/develop' into windows/build
7 years ago
Qiyang Min 698698f2fa
Merge branch 'develop' into fix_vlog
7 years ago
qingqing01 abe209234f
Exhaustive search for cuDNN conv. (#14286)
7 years ago
Yu Yang b59a9bfb7c Clean buffered_allocator
7 years ago
Kaipeng Deng f215534ecf
Merge pull request #14205 from heavengate/nearest_interp
7 years ago
dengkaipeng 72108d8dbe fix win compile error: EigenTenor * float unsupport. test=develop
7 years ago
Yu Yang 26fb34c365 Merge develop tiny fix
7 years ago
Yu Yang fdc689142c Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into rewrite_allocation
7 years ago
tensor-tang 22125ebaef
Merge pull request #14321 from tensor-tang/fea/jit/vscal
7 years ago
Tao Luo 34e9e59f4a
Merge pull request #14333 from kbinias/change-hardcoded-format-and-bump-mkldnn-version
7 years ago
minqiyang 87450b9ad4 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_vlog
7 years ago
peizhilin 41b423d41b remove duplicate
7 years ago
peizhilin dcfab11193 merge from develop
7 years ago
peizhilin 4ffa92d4f0 Merge branch 'develop' into windows/build
7 years ago
chengduo c5b6573a5a
Fix input<tensor> (#14208)
7 years ago
Krzysztof Binias f1c1acf1ac Changed hardcoded format to any in convolution and bumped MKL-DNN version to 0.17-rc
7 years ago
Tao Luo 813e54efbd
Merge pull request #14328 from PaddlePaddle/revert-14046-windows/debug
7 years ago
minqiyang 3db9fad764 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_vlog
7 years ago
Xin Pan b03a44e062
Merge pull request #14026 from JiabinYang/add_reorg_op
7 years ago
Zhaolong Xing ba8b5619a3
Revert "cherry picked windows patches."
7 years ago
minqiyang fcc0452c8b Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_vlog
7 years ago
minqiyang 0c3227a523 Change the origin VLOG level to 10 times
7 years ago
tensor-tang 5e64244f25 add vaddbias jitcode
7 years ago
tensor-tang 5f7956ae59 Merge remote-tracking branch 'ups/develop' into fea/jit/vscal
7 years ago
peizhilin 869487a2b7 Merge remote-tracking branch 'origin/develop' into windows/build
7 years ago
tensor-tang 3d950a812d combine jitcode of vscal
7 years ago
tensor-tang 03e11f3fc9 add vscal jitcode
7 years ago
dzhwinter 234a1d9248 Merge remote-tracking branch 'origin/develop' into windows/debug
7 years ago
chengduo a270fdf2db
Fix SelectedRowsAdd bug (#14309)
7 years ago
tensor-tang 2f0a379af7
Merge pull request #14307 from tensor-tang/fix/mac
7 years ago
Zeng Jinle b2af213009
Merge pull request #14292 from sneaxiy/delete_buggy_selected_rows_functor
7 years ago
tensor-tang 161ba9c9d1 fix mac
7 years ago
tensor-tang e8642c3c1f
Merge pull request #14265 from tensor-tang/fea/jit/vadd
7 years ago
dengkaipeng 8b47d90f5d add 'actual_shape' attribute. test=develop
7 years ago
tensor-tang 382307b943 refine code
7 years ago
tensor-tang 3319072858 fix jit kernel test on mac
7 years ago
Yu Yang 057a682ee9 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into rewrite_allocation
7 years ago
Qiao Longfei e0c8397426
Merge pull request #14257 from jacquesqiao/optimize-pserver-profiler-thread-pool
7 years ago
chengduo ffc866159f
hot fix log (#14293)
7 years ago
Zhaolong Xing 65b61db10a
Merge pull request #13927 from NHZlX/fix_googlenet_bug_with_rule
7 years ago
tensor-tang 25e070ecc7 Merge remote-tracking branch 'ups/develop' into fea/jit/vadd
7 years ago
barrierye ef8218be22 update docs test=develop
7 years ago
sneaxiy 9518bc8d0a delete buggy selected_rows functor
7 years ago
chengduo a9b5d42dd4
Add fp16 backward support (#14202)
7 years ago
Qiao Longfei 3b8dd9ebbd optimize code test=develop
7 years ago
Qiao Longfei 2921f8a79c Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into optimize-pserver-profiler-thread-pool
7 years ago
dzhwinter 2835e04409 merge develop branch. test=develop
7 years ago
dzhwinter deb4af70ef add test
7 years ago
qingqing01 db8c52da5e Revert " Exhaustive search for cuDNN conv. (#14043)"
7 years ago
qingqing01 ce7d9b0799
Exhaustive search for cuDNN conv. (#14043)
7 years ago
tensor-tang cb4083b9fa fix compile error
7 years ago
tensor-tang dd343a4971 Merge remote-tracking branch 'ups/develop' into fea/jit/vadd
7 years ago
Zeng Jinle fcbe84cb50
Merge pull request #14270 from sneaxiy/fix_rmsprop_enforce_bug
7 years ago
nhzlx 5700fafd0f Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_googlenet_bug_with_rule
7 years ago
nhzlx 86b99ac953 fix comments and fix bug
7 years ago
tensor-tang e6cfdf6c74
Merge pull request #14274 from tensor-tang/fix/jit
7 years ago
Zeng Jinle 8ac2242b6e
Merge pull request #14075 from sneaxiy/remove_some_locks_in_pe
7 years ago
tensor-tang b81e1b655e fix jit on mac
7 years ago
sneaxiy 11f032a82e fix rmsprop_op enforce bug
7 years ago
tensor-tang b68ececb73 add vaddrelu jitcode
7 years ago
peizhilin 1f12ba6192 gpu support, fix build issue:
7 years ago
Wu Yi 8fc05e0373
fix cpu build test=develop (#14260)
7 years ago
tensor-tang bb09e31020 add vadd jitcode
7 years ago
Qiao Longfei 59fbfbfbf7 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into optimize-pserver-profiler-thread-pool
7 years ago
whs d6a6a13039
Fix build error of affine grid op in mac os. (#14237)
7 years ago
tensor-tang d55481cfeb
Merge pull request #14241 from tensor-tang/refine/jit/vmulcode
7 years ago
Qiao Longfei 9e4e9e9b6e clean rpc server profiler
7 years ago
Zeng Jinle 8d930195d9
Merge pull request #14238 from sneaxiy/fix_read_lod_level_bug
7 years ago
Wu Yi 306236c2c0
feature/DC asgd (#12722)
7 years ago
dengkaipeng fef2faa709 limit CUDA kernel parallel threads max number to 4096. test=develop
7 years ago
tensor-tang c3cbf0b8ef
Merge pull request #14185 from tpatejko/tpatejko/mkldnn-conv-residual-data-reorder
7 years ago
peizhilin 71d7980f69 fix build issue 1
7 years ago
dengkaipeng 34bfae243a Add Interpolate operation. test=develop
7 years ago
sneaxiy 46d4829dd1 fix lod_level share bug in read_op
7 years ago
tensor-tang 8465e7876f auto grow the size and fix test
7 years ago
tensor-tang 9255119fd9 refine jit vmul with all size
7 years ago
tensor-tang a9c1824131 refine jit vmul code supporting multiple of 2
7 years ago
tensor-tang 61fdc38e51
Merge pull request #14206 from tensor-tang/fea/jit/gen
7 years ago
peizhilin 9d67c1fb69 cpu build support
7 years ago
barrierye 5e7bb6a9bd update docs test=develop
7 years ago
dzhwinter 60f70b174d test=develop
7 years ago
sneaxiy 7ff320f8cc merge develop
7 years ago
dongzhihong 00cf66964f Merge remote-tracking branch 'origin/develop' into fix/sign_op
7 years ago
Kaipeng Deng daed473d4a
Merge pull request #14089 from heavengate/pool_exclude
7 years ago
Kaipeng Deng 64f3e3ed8f
Merge pull request #14069 from heavengate/grid_sampler
7 years ago
sneaxiy 366ebb93f7 test=develop
7 years ago
dzhwinter eb2f7ed21b refine tests. test=develop
7 years ago
Jiabin Yang 9f65b616b2
Merge branch 'develop' into add_reorg_op
7 years ago
Kaipeng Deng 0b29078201
Merge branch 'develop' into grid_sampler
7 years ago
whs 0c319e0b35
Add affine grid generator op (#12238)
7 years ago
tangwei12 d325e668b8
[1.1] Load vars on PSERVER (#14037)
7 years ago
tensor-tang 85bcb286f5 refine vmul jitcode
7 years ago
tensor-tang a764e900a5 Merge remote-tracking branch 'ups/develop' into fea/jit/gen
7 years ago
tensor-tang a3377f7b0a refine jitcode and add vmul jitcode implementation
7 years ago
dzhwinter 1ace55c8ee merge develop branch
7 years ago
dengkaipeng df4a3544aa nearest neighbor interp add cuda kernel. test=develop
7 years ago
chengduo 2ccf77d1c1
Refine GetTensorFromVar (#14160)
7 years ago
dengkaipeng 9755611938 add unittest for nearest_neighbor_interp_op
7 years ago
dengkaipeng a24691a2a9 add nearest neighbor interpolation operator cpu kernel
7 years ago
JiabinYang 8d3c3e048b Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_reorg_op
7 years ago
tensor-tang f3badacd97 Merge remote-tracking branch 'ups/develop' into fea/jit/gen
7 years ago
tensor-tang a53b1b0b1b refine and init jitkernel vmul
7 years ago
tensor-tang 2139b9f677 add jit gencode
7 years ago
Tomasz Patejko 8899d42265 MKLDNN conv residual data: primitive reuse interface used. Reorder done when formats are different
7 years ago
chengduo b73708d20b
add int and int64 dtype for gather_op (#14175)
7 years ago
Tomasz Patejko f11934cbe6 MKLDNN conv residual data: residual data is reorder when formats are incorrect
7 years ago
Tao Luo cdf2579d08
Merge pull request #14053 from jczaja/prv-seqpool-max
7 years ago
Kaipeng Deng a3b26e8528
Merge branch 'develop' into grid_sampler
7 years ago
dengkaipeng 7333fe8e55 add math formula for exclusive/inclusive mode in avg pool. test=develop
7 years ago
dzhwinter 316765839d add back jit simd instructions. stage.
7 years ago
Xin Pan eb7ed1b720
Merge pull request #13897 from gmcather/develop
7 years ago
barrierye fc23cc9d30 update paddle/fluid/API.spec
7 years ago
dzhwinter bf2e4cb188 cleard. staged
7 years ago
chengduo 2f639113ee
Fix sum_op's GetExpectedKernelType (#14112)
7 years ago
gmcather ba22624d7e position encoding && log loss
7 years ago
dzhwinter ebfe5a02b3 merge develop branch
7 years ago
qingqing01 cb27a9219d
Merge pull request #13971 from sefira/FasterOpDoc
7 years ago
sneaxiy 5e5d2223a1 test=develop
7 years ago
tensor-tang 3c957af139
Merge pull request #14080 from tensor-tang/refine/jit/crf2
7 years ago
barrierye 5f3acac9b3 update paddle/fluid/API.spec
7 years ago
Jacek Czaja 458b16f42a Rebase of seqpool-max optimization
7 years ago
dengkaipeng ff6329bd5f fix some inappropriate expressions in api doc for grid_sampler. test=develop
7 years ago
dengkaipeng 8f1e398824 move param exclusive to the last in pool2d/pool3d for forward compatibility:. test=develop
7 years ago
dengkaipeng 593e1b18d7 fix some bugs and add some doc for GridSampleOp
7 years ago
dengkaipeng 0bb0e0c10f add Grid Sampler Operator for STN.
7 years ago
Yu Yang c01696f8c2 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into rewrite_allocation
7 years ago
Qiao Longfei d26ff8cb2d Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into cpu-for-1.1-merge-with-shape
7 years ago
JiabinYang e0a89503f8 test=develop
7 years ago
Wu Yi 26200f2e42
[1.1] [project] train imagenet using large batch size (#13766)
7 years ago
barrierye 8c1e304307 merge nn.py
7 years ago
dengkaipeng c93e044ae0 add inclusive/exclusive mode in PoolOp avg pool type
7 years ago
JiabinYang 9a74c4489f test=develop
7 years ago
barrierye 9dc28179a4 add similarity_focus op
7 years ago
Qiao Longfei 7cd2417fe2 Merge branch 'develop' into cpu-for-1.1-merge-with-shape
7 years ago
dzhwinter c8adc2c6fe cudnn version. staged.
7 years ago
Yan Chunwei ee74be3a49
[1.1] Bugfix/tensorarray (#14044)
7 years ago
Qiyang Min 33b4920d2d
Merge pull request #14057 from velconia/continue_hash_op
7 years ago
Qiyang Min 209f24a241
Merge pull request #14051 from velconia/accelerate_embedding_grad
7 years ago
Qiao Longfei 7cfc3c4415 Merge branch 'optimize-sum-seq-pooling-op' of ssh://github.com/jacquesqiao/Paddle into cpu-for-1.1-merge
7 years ago
Qiao Longfei 72aef6b168 sum selected rows check empty
7 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
7 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
7 years ago
Qiao Longfei 1ed9ef6d70 Merge branch 'shape_int_to_int64' of https://github.com/seiriosPlus/Paddle into cpu-for-1.1-merge
7 years ago
Qiao Longfei da61a5b672 Merge branch 'optimizer-prefetch' of https://github.com/seiriosPlus/Paddle into cpu-for-1.1-merge
7 years ago
tangwei12 5ce3a32e06
Merge branch 'develop' into optimizer-prefetch
7 years ago
seiriosPlus b6590b05fb submit by tangwei12, test=develop
7 years ago
tangwei12 cb1ccc710b fix shape type in uniform_random_op.cu
7 years ago
Qiao Longfei 575f22711d optimize code
7 years ago
Qiao Longfei 96d5500934 optimize code
7 years ago
Qiao Longfei 748ee35c89 sum op handle empty input update selected_rows_functor.cu
7 years ago
Qiao Longfei dd78b5df93 sum op handle empty input
7 years ago
Qiao Longfei cbe128bbae Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into optimize-sum-seq-pooling-op
7 years ago
Qiao Longfei f4df0cb1a2 update the type of shape to int64, format code
7 years ago
Qiao Longfei 7dcb0dc8c6 update year
7 years ago
Qiao Longfei 68aeb4e7e9 add fake init test in test_dist_transpiler
7 years ago
Qiao Longfei a13c788a04 fix a bug
7 years ago
Zeng Jinle 97d47a7d08
Merge pull request #13913 from sneaxiy/seq_reverse
7 years ago
JiabinYang 6e3615422f Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_reorg_op
7 years ago
Jiabin Yang a3efba176c
Merge pull request #14085 from jerrywgz/fix_generate_proposals_op
7 years ago
dzhwinter 7141debe38 add cudnn back. staged.
7 years ago
Qiao Longfei 0328ffd3ab add fake init op
7 years ago
Hongyu Liu 379d933ae5
Merge pull request #14036 from phlrain/add_dropout_att_new
7 years ago
tangwei12 d8b697357f update height_sections to int64_t
7 years ago
jerrywgz de2f965c9b test=develop
7 years ago
dzhwinter 09409bad4d staged. test speed=49ms in 1080.
7 years ago
tensor-tang 64d5b4385e fix crf decode avx512
7 years ago
tensor-tang 21487d78bf add crf decode jit kernel
7 years ago
sneaxiy 1af3fe8c35 test=develop
7 years ago
Qiao Longfei de539d72da format
7 years ago
sneaxiy 5be6f762d0 remove_lock_in_some_ops
7 years ago
buxingyuan 6c1d74bb47 Merge branch 'develop' into FasterOpDoc
7 years ago
JiabinYang 7bcba47e41 test=develop
7 years ago
barrierye a7f94ec794 add similarity_focus op
7 years ago
minqiyang 0de6811ee0 Change reserve to resize
7 years ago
JiabinYang 9cad409f2a test=develop
7 years ago
minqiyang 5660d6a3ba Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into accelerate_embedding_grad
7 years ago
tensor-tang a05fce6544 Merge remote-tracking branch 'ups/develop' into fix/jit/avx
7 years ago