Commit Graph

5841 Commits (9c02765158dae709f2c0532843efa5cb9403aa16)

Author SHA1 Message Date
minqiyang f4e7a47381 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into accelerate_adam
6 years ago
minqiyang b1d0a14c14 Change the ut back
6 years ago
minqiyang 7d1533216d Fix syntax error in unit test
6 years ago
tensor-tang 641313ea77
Merge pull request #15000 from tensor-tang/doc/en/jit
6 years ago
minqiyang e811e06555 Avoid comma in macro
6 years ago
minqiyang 0cf1461ccc Avoid comma in macro
6 years ago
wopeizl b117a5f208
Merge pull request #14931 from wopeizl/windows/mkl
6 years ago
Xin Pan 103f08f50e
Merge pull request #14910 from panyx0718/clean3
6 years ago
dongdaxiang cf6188a823 add a linux timer
6 years ago
Zeng Jinle 0021b05b19
Merge pull request #14993 from sneaxiy/fix_check_lod
6 years ago
tensor-tang 68ab16444a add eng doc of jit kernel and follow comments
6 years ago
chengduo 79bd6dfa18
[Feature] Add Temporary Allocator (#14875)
6 years ago
minqiyang e4719eb462 Fix bug in Windows VC 2010
6 years ago
sneaxiy a30c5373eb use std::is_sorted
6 years ago
minqiyang 5a5c577529 Polish code
6 years ago
minqiyang 099186cd41 Support one argument PADDLE_ENFORCE
6 years ago
peizhilin 2e35290ffa fix build issue
6 years ago
Xin Pan 484c24b756
Merge pull request #14996 from tensor-tang/fix/deps
6 years ago
tensor-tang e99e4e994d fix deps of jit benchmark
6 years ago
Tao Luo 22c71398e3 add MM_DNN inference test
6 years ago
minqiyang 8149a07a41 Fix wait stream two times bug
6 years ago
Tao Luo d4f384767a
Merge pull request #14987 from jczaja/prv-transpose-mkldnn-grad
6 years ago
minqiyang 4af97c6946 Polish code
6 years ago
peizhilin 201283f95c fix code style
6 years ago
minqiyang 41b81293ab Polish code
6 years ago
peizhilin 9e60c58666 Merge remote-tracking branch 'upstream/develop' into windows/mkl
6 years ago
minqiyang bc66401566 Polish code
6 years ago
tensor-tang 693e5e65ce
Merge pull request #14958 from tensor-tang/refine/jit
6 years ago
minqiyang 74ead6ff35 Polish code
6 years ago
sneaxiy b8051e7927 merge develop
6 years ago
Tao Luo df1e4e2f10 fix check_lod
6 years ago
minqiyang 0a4b6fc056 Remove unnessesary code
6 years ago
minqiyang 53619a79b4 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into accelerate_lstm
6 years ago
minqiyang 6fabbd8fb8 Polish code and remove spin lock
6 years ago
minqiyang 3de0f612e8 Polish code
6 years ago
Zeng Jinle 95cbe07c40
Merge pull request #14836 from sneaxiy/feature/py_func
6 years ago
mozga-intel 969f669493 Static specifier was removed
6 years ago
mozga-intel 7048caf9a0 Enable top_k operator for a ngraph
6 years ago
Tao Luo d49990e447
Merge pull request #14982 from luotao1/diff_test
6 years ago
mozga-intel 394635b2ee Static specifier was removed
6 years ago
mozga-intel ecfa68ecaa Enable fill_constant operator for a ngraph
6 years ago
sneaxiy 600f6d8272 polish code
6 years ago
minqiyang 9e24fa3aeb Polish code
6 years ago
minqiyang 1c116462cc Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into imperative_mnist
6 years ago
minqiyang 29697c2e25 Add stop_gradient to VarBase to support loss function
6 years ago
Jacek Czaja d05094eec3 - Added transpose/transpose2 MKLDNN grad ops
6 years ago
Tao Luo 55af116861
Merge pull request #14966 from jczaja/prv-transpose-mkldnn-reuse-PR
6 years ago
sneaxiy 7f6e513b1f fix mac ci bug
6 years ago
sneaxiy c1f7e54f62 merge develop
6 years ago
Xin Pan 2537ac512e
Merge pull request #14983 from typhoonzero/revert_14850
6 years ago
chengduo a015a8a39d
Refine merge_selected_rows Doc (#14748)
6 years ago
typhoonzero da87f7a698 Revert "[Feature] Fp16 training for resnet50 (#14850)"
6 years ago
peizhilin b06ce129bc some not so useful adjust
6 years ago
sneaxiy 89b9d86d9d fix windows compile bug
6 years ago
tensor-tang 1aaec571c2 fix enum style
6 years ago
sneaxiy 490eb9061f polish infer shape of py_func op
6 years ago
tensor-tang facfecbdd0 follow comment: reuse time function and change to upper case
6 years ago
tensor-tang f5532877f7 Merge remote-tracking branch 'ups/develop' into refine/jit
6 years ago
Yihua Xu 3babc80160 Fix the regression issue and add the group unitest for conv2d (#14932)
6 years ago
Xin Pan 969ad966ba all converted
6 years ago
Xin Pan a872eb90c2
Merge pull request #14959 from panyx0718/clean2
6 years ago
minqiyang 6467eda534 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into accelerate_adam
6 years ago
sneaxiy 13429c3e9f clean code, remove void registration
6 years ago
chengduo 550e7e410b
Code Clean parallel_executor.py (#14849)
6 years ago
Wu Yi 3d750f9c5a
[Feature] Fp16 training for resnet50 (#14850)
6 years ago
luotao1 13367866cd add deterministic result unit-test
6 years ago
tangwei12 45dd3491db
lookup table utils fix (#14730)
6 years ago
JiabinYang 1bec52f581 test=develop, fix cpu running error
6 years ago
minqiyang 679d1a9e0b Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into accelerate_lstm
6 years ago
Wang Guibao e7675dd542
Avoid calling VLOG() when program exiting (#14937)
6 years ago
sneaxiy 83ac85158a polish code
6 years ago
sneaxiy 045dc12766 merge develop
6 years ago
minqiyang 454db6662e Accelerate lstm
6 years ago
xiaoli.liu@intel.com 3146629485 Add Dequantize OP
6 years ago
xiaoli.liu@intel.com 019dbf7f5f Add Quantize OP
6 years ago
minqiyang 3cd10a7c4f Add Conv2D forward
6 years ago
sneaxiy ce4a26ddad clean code
6 years ago
tensor-tang a369c8025b fix typo of mix impl of lstm
6 years ago
tensor-tang d651a91138 fix build on win, fix use condition of crf decoding and layer norm and
6 years ago
tensor-tang 141ebcd4aa Merge remote-tracking branch 'ups/develop' into refine/jit
6 years ago
JiabinYang bfcb5e5235 test=develop, fix gpu compile error on prefetch, and fix hs/nce ut failed on gpu
6 years ago
Tomasz Patejko e9eee0de6a MKLDNN residual connection fuse: fixing accuracy problem (#14874)
6 years ago
sneaxiy 53f6c6991a polish code
6 years ago
tensor-tang d53c4756ad clean code and remove unused files
6 years ago
tensor-tang 95fb31285c Merge remote-tracking branch 'ups/develop' into refine/jit
6 years ago
Xin Pan cf3a07e8f8
Merge pull request #14878 from panyx0718/imperative
6 years ago
peizhilin 9f55f1ff50 use the platform api to decide the specific instruction support or not
6 years ago
tensor-tang c187a7c618 add more impls of lstm and gru and fix build on win
6 years ago
sneaxiy 74a8e6b032 merge develop
6 years ago
Xin Pan 1fe3ac352a move more and fix while
6 years ago
sneaxiy ae6f46a1a9 rewrite variable type
6 years ago
Jacek Czaja 709d9e3cb7 - Added reusing MKL-DNN primitives for Transpose MKL-DNN op
6 years ago
peizhilin 0b4f742e8a fix the build issue
6 years ago
peizhilin da42cf2055 fix build issue when xbyak is disabled on windows
6 years ago
tensor-tang 83d075aa79 fix lstm and gru jitcode
6 years ago
peizhilin 1cc9d59838 disable xbyak on windows
6 years ago
Xin Pan 9ef8a76873 convert more
6 years ago
Xin Pan 876993887b convert more interface to avoid scope
6 years ago
tensor-tang 20392be001 Merge remote-tracking branch 'ups/develop' into refine/jit
6 years ago
tensor-tang f332f589bc add more impls of sigmoid and vtanh
6 years ago
peizhilin 40a94a138f remove irrelevant fix for mkl
6 years ago
Xin Pan 8c19f0bfe3 fix
6 years ago
jerrywgz dda28b0e68 fix bug in if-else op, test=develop
6 years ago
minqiyang 8d88c5a87d Shameless copy
6 years ago
JiabinYang 4877f5d71f test=develop, fix compile error under gpu mode
6 years ago
JiabinYang 8515ee3a29 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/add_prefech_hs
6 years ago
JiabinYang 5ec9b37798 test=develop, fix compile error under gpu mode
6 years ago
mozga-intel 9035bb81fe Enable mul operator for a ngraph engine (#14801)
6 years ago
tensor-tang ea259c6363 enable layer norm intrinsic code
6 years ago
gongweibao b849157e9d
Add size enforce (#14919)
6 years ago
Xin Pan 4dd61e7260 convert GetInputVarPtrs and GetOutputVarPtrs
6 years ago
Jacek Czaja aa6e9c30be [MKL-DNN ]Added transpose/transpose2 Op (#14872)
6 years ago
peizhilin 07c7eaabb4 Merge remote-tracking branch 'upstream/develop' into windows/mkl
6 years ago
wopeizl 6c66b3d496
Merge pull request #14943 from wopeizl/windows/ctc
6 years ago
Xin Pan 52d3903a12 fix
6 years ago
Xin Pan 0e0983cc1d convert more infer shape
6 years ago
Xin Pan 62eb43ba98 convert more
6 years ago
Xin Pan dfcf746ea1
Merge pull request #14904 from panyx0718/clean2
6 years ago
tensor-tang b1516783ea enable crf decoding intrinsic code
6 years ago
tensor-tang 4cc7707d28 add crf_decoding and layer norm intrisic code
6 years ago
tensor-tang 10c340c9a3 fix confilcts
6 years ago
tensor-tang 893957f711 Merge remote-tracking branch 'ups/develop' into refine/jit
6 years ago
tensor-tang 6648995f53 fix build
6 years ago
JiabinYang 3b7b2e1ded Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/add_prefech_hs
6 years ago
Xin Pan 6324032602 MLP forward backward
6 years ago
peizhilin ed5bd5e586 test=develop
6 years ago
peizhilin 19ebd8b4cf add ctc support for windows
6 years ago
Xin Pan c89a1fb287
Merge pull request #14879 from panyx0718/clean
6 years ago
Qiao Longfei e2d56561e7
Merge pull request #14889 from jacquesqiao/optimize-adam
6 years ago
sneaxiy a500dfa579 rewrite ddim
6 years ago
JiabinYang b5fa916413 fix bug after merge reyoung optimization, test=develop
6 years ago
sneaxiy dc8847af87 add examples and comments
6 years ago
Zeng Jinle 16c244bc3f
Merge pull request #14928 from sneaxiy/fix_gc
6 years ago
Xin Pan f897bd16c0 clean
6 years ago
peizhilin fa135bbf52 Fix the mkl build script on windows
6 years ago
Xin Pan 70981f5d79 clean
6 years ago
colourful-tree 44ad2f4479
Merge pull request #14873 from colourful-tree/develop
6 years ago
minqiyang 69642000dc Hide KeyHasher
6 years ago
minqiyang a3fa3f85d7 Polish code
6 years ago
Yu Yang 2803cf5776
Merge pull request #14868 from reyoung/feature/refine_w2v
6 years ago
Tao Luo 6aa6b8cfa0
Merge pull request #14918 from luotao1/mobilenet_test
6 years ago
Zhaolong Xing a9fb34fad8
Merge pull request #14903 from NHZlX/add_conv_elementwise_pass
6 years ago
peizhilin b601f2de8d include the mkl fix only
6 years ago
dzhwinter 7cd24b1318
add ir memory optimize. (#14530)
6 years ago
Xin Pan fb8ae30331 fix
6 years ago
Qiyang Min fd1d2c897e
Merge pull request #14894 from velconia/add_huber_regression_loss_op
6 years ago
Tao Luo 2f55a04ec6 add refer result comparasion
6 years ago
guru4elephant a79a3ea2f0
Merge branch 'develop' into develop
6 years ago
peizhilin 5a6d7fe2ff add mkl,ctc support for windows
6 years ago
wopeizl 0f085f0a5a
Merge pull request #14892 from wopeizl/windows/port3
6 years ago
JiabinYang 656040c726 merge reyoung optimization
6 years ago
Yancey1989 06936a2ff5 fix 1gpu test=develop
6 years ago
sneaxiy c631412eab fix gc bug
6 years ago
Zeng Jinle 36a1d021a4
Merge pull request #14927 from sneaxiy/fix_cuda_stream_callback_in_cuda10
6 years ago
Xin Pan eaf8ba35b5 change input
6 years ago
Xin Pan 840e6729e2 inject context
6 years ago
Xin Pan bbff0df320 try cache variables
6 years ago
Xin Pan 52bc4ee75a delay infer scope
6 years ago
wopeizl fa78fc60be
Merge pull request #14907 from wopeizl/windows/avx
6 years ago
Qiao Longfei fe3995d335 refine code test=develop
6 years ago
tensor-tang 74292f414c enable eltwise nchw16c mul nc
6 years ago
Qiao Longfei 56686d0f34 clean code test=develop
6 years ago
Qiao Longfei fd152289fa clean for range in test=develop
6 years ago
sneaxiy 2373aeb5e8 fix bug
6 years ago
nhzlx 050a68dde3 fix comments
6 years ago
tensor-tang 720b55cbcf enable crf decoding and layer norm refer code
6 years ago
tensor-tang 64a90b2f1c use vadd, vaddrelu, lstm and gru jitkernel
6 years ago
Qiao Longfei 1141db8114 update test_adam_op
6 years ago
gongweibao addded48e1
test=develop (#14898)
6 years ago
Tao Luo 1a6d2cfe39 add test_analyzer_mobilenet
6 years ago
Yancey1989 d3a4da5cf6 fix comment test=develop
6 years ago
Yancey1989 49870f507d delete unused code test=develop
6 years ago
minqiyang 27a0d6c2dc Polish code
6 years ago
minqiyang aa41ee75a1 Accelerate PADDLE_ENFORCE
6 years ago
Qiao Longfei 96604fda10 fix gpu data
6 years ago
nhzlx fcc93d96d5 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_conv_elementwise_pass
6 years ago
dongdaxiang bc4f16ca6f remove some comments
6 years ago
peizhilin 41456e1723 Remove the useless definition
6 years ago
minqiyang 24eb8f038c Fix bug
6 years ago
Yancey1989 a7d6b1f921 code cleanup test=develop
6 years ago
Yu Yang 740e1626ce Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/refine_w2v
6 years ago
minqiyang 728e7e88fb Use xxHash as scope's hash algorithm
6 years ago
Yancey1989 a760a550b0 Merge branch 'develop' of github.com:PaddlePaddle/Paddle into parallel_graph_mode
6 years ago
Yancey1989 fd144954ed redefine api test=develop
6 years ago
minqiyang 81651fca45 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into accelerate_ddpg
6 years ago
minqiyang bd0067b26c Polish code
6 years ago
peizhilin d519fd6944 test=develop
6 years ago
Yu Yang bacf1d2399 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/tensor_type
6 years ago
Yu Yang e439257ef7 Fix include style
6 years ago
Qiao Longfei 238b24bfa2 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into optimize-adam
6 years ago
Qiao Longfei 763e8fdf02 fix compile error
6 years ago
peizhilin 01dd9061a0 add avx support for windows
6 years ago
Qiao Longfei fcde2b2725 add ForRangeIn
6 years ago
dongdaxiang 921b7f452a add API.spec
6 years ago
tensor-tang 3713d08d40 enable jitcode gru
6 years ago
tensor-tang 7c1f3ad6eb enable jitcode lstm
6 years ago
nhzlx c0c9fcd9c7 add source file
6 years ago
dongdaxiang 4c0a769d1d avoid clock time in WIN32 mode
6 years ago
dongdaxiang 66522046ad remove clock time in WIN32 mode
6 years ago
Xin Pan 363bf8a4d8
Merge pull request #14897 from panyx0718/clean2
6 years ago
dongdaxiang f2b92d77b5 remove clock time in WIN32 mode
6 years ago
nhzlx 388953027e Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_conv_elementwise_pass
6 years ago
nhzlx 4e4a777243 add conv+elementwiseadd pass
6 years ago
nhzlx 514648665a fix trt_op test test=develop
6 years ago
Kaipeng Deng dc76e4b0f1
Merge pull request #14701 from heavengate/adaptive_pool
6 years ago
tensor-tang 80766bcb82 enable act jitcode vexp, vrelu, vsigmoid and vtanh
6 years ago
nhzlx 050e118f3c Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_trt_thread_bug
6 years ago
nhzlx 96216052d5 1. fix trt multi thread bug
6 years ago
gongweibao 0b1c7d838c
Add brpc serialization support. (#11430)
6 years ago
tensor-tang fd0a954fbf enable blas jitcode vmul, vadd, vaddrelu, vscal and vaddbias
6 years ago
Yan Chunwei a985949be9
Fea/fuse conv elementwise add fuse (#14669)
6 years ago
tensor-tang 5e97be7ba7 enable jitkernel mkl vexp, vsigmoid and vtanh
6 years ago
minqiyang 5fea8cd478 Add sorted_result parameter to SelectedRows Functor
6 years ago
minqiyang 5fff20c21a Change name to huber loss
6 years ago
tensor-tang ae17926987 enable jitkernel mkl vmul, vadd and vscal
6 years ago
tensor-tang 77907a3502 refine benchmark template
6 years ago
Qiao Longfei cf5264629f update API.spec
6 years ago
Xin Pan e90b2f104c In most times, const_cast is bad and break interface contract and
6 years ago
Yancey1989 4a4ccac1d0 update by comment test=develop
6 years ago
tensor-tang 8e785fec8d clean code and refine tests template
6 years ago
minqiyang ab98101c2e Update API.spec
6 years ago
Yu Yang 04a570b463 Fix ut
6 years ago
heqiaozhi 09d669ba40 fix static_cast to const_cast
6 years ago
minqiyang 65d355a72c Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_huber_regression_loss_op
6 years ago
minqiyang c550e0ce06 Add python interface for huber regression loss
6 years ago
peizhilin 23dec78772 fix script issue
6 years ago
heqiaozhi bd1c1724aa add ps_instance doc
6 years ago
minqiyang da796dfe05 Remove BinarySearch from Adam Op
6 years ago
dengkaipeng f16aa394f6 remove use_cudnn in python API. test=develop
6 years ago
Yu Yang b17444c84c Fix merge bug
6 years ago
Yu Yang 62b5772ffb Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/tensor_type
6 years ago
Qiao Longfei c624417c6f change sparse mode to lazy mode
6 years ago
Qiao Longfei 4035e4bab2 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into optimize-adam
6 years ago
tensor-tang 00d3afbcc9 add gru refer functions, test and benchmark
6 years ago
Qiao Longfei 3dc29b3905 change sparse_update to adam_update
6 years ago
tensor-tang 6eec461725 add lstm peephole benchmark
6 years ago
Wang Guibao e213050223
Fix multi-threading bug with WItH_MKL=ON (#14882)
6 years ago
tensor-tang bf9302f950 add lstm, peephole refer and test
6 years ago
dongdaxiang e52bb816e3 add copyright to __init__.py in distributed folder
6 years ago
Yancey1989 4f304eaa6f fix unittest test=develop
6 years ago
dongdaxiang d839bd0dd4 simple commit
6 years ago
minqiyang 3bb9b0cac2 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into accelerate_ddpg
6 years ago
minqiyang a81495d6f4 Fix code
6 years ago
minqiyang ad6ae0b071 1. Add SpinLock
6 years ago
sneaxiy f0df62f136 add more unittest case
6 years ago
Qiao Longfei fc6ec6bd14 add sparse mode adam
6 years ago
Yancey1989 c722b1dcb6 Merge branch 'develop' of github.com:PaddlePaddle/Paddle into parallel_graph_mode
6 years ago
Yu Yang 4ecdb6f486 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/tensor_type
6 years ago
Xin Pan 47ea2534fb clean parallel do
6 years ago
sneaxiy f6741df462 merge develop
6 years ago