Commit Graph

4072 Commits (e590588a022cab2eca695ec073811595bd760f1a)

Author SHA1 Message Date
sneaxiy f8ed2c229e try to fix ci error
6 years ago
zhoukunsheng 8e9ebebcef test=develop
6 years ago
lujun 18aa59493e fix mix input type error, test=develop
6 years ago
dengkaipeng cfda1fdea7 add attr scale. test=develop
6 years ago
lujun 1b6a2a09e8 fix mix input type error, test=develop
6 years ago
Qiao Longfei 93464b25ac update async_sparse_param_update_recorder
6 years ago
Qiao Longfei 542b52fac3 fix trainer_id
6 years ago
Qiao Longfei be0c482304 update trainer_id
6 years ago
sneaxiy 2f54d9f995 Merge develop
6 years ago
Qiao Longfei c60f312d1b add trick
6 years ago
Qiao Longfei 103c9bb376 update rpc_client
6 years ago
sneaxiy 072d95d8f6 Merge develop
6 years ago
sneaxiy a93a9eef8f add op registry type
6 years ago
dengkaipeng f45aced59b add jit test. develop=test
6 years ago
Qiao Longfei b7661d7e56 add some log
6 years ago
Qiao Longfei e8fe5186a1 complete parameter_recv
6 years ago
Qiao Longfei d5c7898201 complete pserver side update
6 years ago
Qiao Longfei de65398cb8 update transpiler and listen and serv op
6 years ago
whs 18779b5b8f
[Operator] Add range op. (#15431)
6 years ago
Qiao Longfei 25e2b41729 add AsyncSparseParamUpdateRecorder test
6 years ago
Qiao Longfei c6e82785aa init async_sparse_param_update_recorder
6 years ago
Zhen Wang ec11135d54
Merge pull request #16341 from wzzju/add_channel_wise_in_quant_pass
6 years ago
xiaolil1 e235882c18 Enable MKL-DNN INT8 Concat Kernel. (#16156)
6 years ago
Qiyang Min 171df5b56b
Merge pull request #16303 from junjun315/checkpoint
6 years ago
Hongyu Liu e3bca9011c
Merge pull request #16357 from phlrain/fix_concat_check
6 years ago
Hongyu Liu e5478ab5c8
Merge pull request #16346 from phlrain/add_floordiv_and_mod
6 years ago
nhzlx 3df7b98a0f Merge branch 'develop' of https://github.com/paddlepaddle/paddle into HEAD
6 years ago
nhzlx f3a2e4b3d8 1. Add ANAKIN_ROOT compile option
6 years ago
Hongyu Liu 18a0f6d97a
Merge pull request #16351 from phlrain/fix_topk_shape_check
6 years ago
Hongyu Liu 15444430b0
Merge pull request #16348 from phlrain/fix_squeeze_check
6 years ago
phlrain 5dc9b51994 fix time; test=develop
6 years ago
phlrain 686b8935fe Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_floordiv_and_mod
6 years ago
phlrain 18d107c27a add floordiv and mod op; test=develop
6 years ago
phlrain ff112813de Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_concat_check
6 years ago
phlrain 8274d9d733 fix concat shape check; test=develop
6 years ago
Hongyu Liu 0d779f15f6
Merge pull request #16261 from phlrain/fix_sequence_pad_2
6 years ago
Hongyu Liu 8c81d9949e
Merge pull request #16347 from phlrain/fix_matmul_check
6 years ago
phlrain 4e3b5e727d Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_concat_check
6 years ago
Kaipeng Deng 5670530ca7 Revert "not use PERSISTENT in batch_norm. test=develop" (#16333)
6 years ago
qingqing01 d2b938ef5a
Refine gradient proto maker and python API for affine_channel_op (#16340)
6 years ago
phlrain b3d0336603 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_concat_check
6 years ago
phlrain 249546bf45 fix concat shape check; test=develop
6 years ago
Hongyu Liu b3b7e352ee
Merge pull request #16259 from phlrain/fix_lod_reset
6 years ago
phlrain 6a5545aa22 fix squeeze shape check; test=develop
6 years ago
phlrain e7fb344c99 fix squeeze op shape check; test=develop
6 years ago
phlrain 190cfd692c fix squeeze shape check; test=develop
6 years ago
phlrain 0e40298949 fix matmul shape check; test=develop
6 years ago
phlrain 56c2d384c7 add elementwise floordiv, mod; test=develop
6 years ago
dengkaipeng 51536f7f52 StrideASum. test=develop
6 years ago
liuwei1031 df5d19aa9d
temoprarily disable the code of use kCUDNN, test=develop (#16205)
6 years ago
ruri 09e05a110b
Merge pull request #16217 from ceci3/doc
6 years ago
Zhen Wang 8965819fbb rewrite the cuda kernels of channel_wise_quant_op and channe_wise_dequant_op. test=develop
6 years ago
lujun 09442fb27e checkpoint pr be moved here, test=develop
6 years ago
qingqing01 8caa785e83
Enhance affine_channel_op infer-shape check (#16317)
6 years ago
Kaipeng Deng 957ea995fc
Merge pull request #16243 from heavengate/batch_norm_not_persistent
6 years ago
nhzlx c407dfa3cb cherry-pick from feature/anakin-engine: refine paddle-anakin to new interface. #16276
6 years ago
nhzlx a25331bc26 cherry-pick from feature/anakin-engine: deal the changing shape when using anakin #16189
6 years ago
nhzlx 69d37f81d7 cherry-pick from feature/anakin-engine: refine anakin subgraph. #16157
6 years ago
nhzlx b21770a2aa cherry-pick from feature/anakin-engine: Add subgraph fuse support and anakin engine #16018
6 years ago
lujun 622fe6a56b checkpoint pr be moved here, test=develop
6 years ago
baojun 2de263a5d9 Add softmax_with_cross_entropy_op to ngraph engine (#16304)
6 years ago
ruri a3b8028d46
Merge pull request #16202 from shippingwang/add_sqrt_doc
6 years ago
phlrain dd080b17c3 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_sequence_pad_2
6 years ago
phlrain 1580be5d6c fix sequence pad; test=develop
6 years ago
zhoukunsheng 2c3e4c1888 test=develop
6 years ago
dengkaipeng aba2713ffc fix comment. test=develop
6 years ago
Zeng Jinle d0ef682552
Merge pull request #16274 from sneaxiy/fix_grad_maker
6 years ago
dengkaipeng 93701dba50 add jit kernel for softmax axis. test=develop
6 years ago
baojun 804afc51db Minor ngraph fix (#16270)
6 years ago
Tao Luo 9195c3bb03
Merge pull request #16280 from luotao1/cos_sim_infershape
6 years ago
Wu Yi 6382b62f6b
Collective ops (#15572)
6 years ago
lujun bed0ecf3d2 checkpoint pr be moved here, test=develop
6 years ago
sneaxiy 023a3a3d62 fix op grad maker
6 years ago
Zhen Wang ec88b6cc5a add channel wise quantization in ir pass.
6 years ago
luotao1 c05af910bc refine cos_sim infershape
6 years ago
Hongyu Liu d3acf68044
Merge pull request #16258 from phlrain/fix_concat_1
6 years ago
ceci3 c79cdf258e Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into doc
6 years ago
ceci3 9d2ccec0f2 test=develop, fix doc
6 years ago
tensor-tang ead558b7f6
Merge pull request #16256 from tensor-tang/refine/seqenum
6 years ago
Qiyang Min c7f1f3ed0c
Merge pull request #16214 from velconia/imperative_infer_var_type
6 years ago
Yibing Liu 7e20e7691e
Fix the bug in fp16 backward kernel (#16269)
6 years ago
shippingwang 4f42504eef Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_sqrt_doc
6 years ago
dengkaipeng 6c64182709 refine softmax kernel. test=develop
6 years ago
dengkaipeng 412b7cbdf1 fix format. test=develop
6 years ago
dengkaipeng 8b88960dce fix doc. test=develop
6 years ago
dengkaipeng 2ddd23dac8 fix format. test=develop
6 years ago
dengkaipeng 365e6cfd15 add mkldnn support. test=develop
6 years ago
dengkaipeng 217db27337 add mkldnn support. test=develop
6 years ago
dengkaipeng 6cb66721d2 add cudnn support. test=develop
6 years ago
dengkaipeng 518325f1e7 add softmax_axis CPU kernel. test=develop
6 years ago
minqiyang 8364688c30 Fix py_func_op's problem
6 years ago
sneaxiy 161b8ddcaa Merge develop
6 years ago
Zeng Jinle 6429d2a887
Merge pull request #16188 from sneaxiy/fix_const_cast
6 years ago
minqiyang b40e41fbd1 Polish code style
6 years ago
Hongyu Liu 9874530ee8
Update lod_reset_op.cc
6 years ago
xiaolil1 e818fa1004 Enable INT8 transpose kernel for MobileNet-SSD improvement. (#16159)
6 years ago
Hongyu Liu 58c69a9eb9
Update lod_reset_op.cc
6 years ago
Hongyu Liu 96c54cd9b1
Update lod_reset_op.cc
6 years ago
phlrain e46a94a4a2 fix lod_rest; test=develop
6 years ago
phlrain 802b33489a remove resize then seq num == 1; test=develop
6 years ago
phlrain a21fdde218 fix lod reset op;test=develop
6 years ago
phlrain dcba2e7236 fix conncat; test=develop
6 years ago
phlrain 955fad7a90 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into develop
6 years ago
phlrain a7fe3b508e fix concat; test=develop
6 years ago
tensor-tang 50931dee1d refine seq enum op
6 years ago
minqiyang 36dce65bb3 Take DataType and VarType apart
6 years ago
luotao1 d9f0e7252a refine with comments
6 years ago
Qiao Longfei 039d783db5 change communicator_recv_wait_ms to communicator_max_send_grad_num_before_recv
6 years ago
luotao1 6fa52f83ba Merge branch 'develop' into fc_infershape
6 years ago
dengkaipeng 9d435973d2 not use PERSISTENT in batch_norm. test=develop
6 years ago
Wojciech Uss 2579ade45f Add cpu_quantize_pass for C-API quantization (#16127)
6 years ago
Xin Pan 7458114b5b
Merge pull request #16228 from panyx0718/imperative
6 years ago
chengduo efca4de78e Fix cross_entropy bug (#16236)
6 years ago
dengkaipeng a6daf6fe5f add doc param name. test=develop
6 years ago
qingqing01 86e912c544 Fix windows compiling (#16230)
6 years ago
Qiao Longfei ea0df4e8a2 add some check
6 years ago
minqiyang db0c970823 Polish code
6 years ago
Kaipeng Deng b77ebb2af2
Merge pull request #15919 from heavengate/yolo_box
6 years ago
minqiyang 438bca9c3d Implement Runtime Var Type Inference
6 years ago
Xin Pan 50ff898378 graph neural network for imperative mode
6 years ago
Zhaolong Xing c49e604906
Merge pull request #16213 from qingqing01/compile_infer_shape
6 years ago
achao2013 81b4fad8b9 add moving average absmax op and fix bug (#15155)
6 years ago
luotao1 721c2c00ef refine fc_infershape
6 years ago
Kaipeng Deng 74037cc1c8
Merge branch 'develop' into yolo_box
6 years ago
Xin Pan 92b9ce3479
Merge pull request #16073 from heavengate/yolov3_loss_imporve
6 years ago
qingqing01 8ad672a287
Support sync batch norm. (#16121)
6 years ago
shippingwang 98d9552f0f update sqrt explaination, test=develop
6 years ago
minqiyang ca392c7e97 Implement infer var type context
6 years ago
Yibing Liu 4ae23cc3c5
Impl fp16 compute kernel for slice_op (#16206)
6 years ago
sneaxiy f0d108f589 fix const_cast
6 years ago
Dang Qingqing e5e7628a62 Skip compile infer shape in box_coder_op
6 years ago
sneaxiy 3e03695629 fix numeric error
6 years ago
Qiao Longfei 065b68b6ca clean code
6 years ago
sneaxiy 5a92e4c097 revert revert 16144
6 years ago
sneaxiy e993effb29 include unordered_map to cross_entropy_op.cc
6 years ago
Zeng Jinle a91964c8fe Revert "PaddingRNN model memory optimize"
6 years ago
liuwei1031 1c6caf8466
1. disable reuse SELECTED_ROWS type variable (#16150)
6 years ago
Qiao Longfei 347178bd97 fix pserver memory leak
6 years ago
Zeng Jinle 0b49e43d3a
Merge pull request #16144 from sneaxiy/rnn_mem_opt
6 years ago
sneaxiy ac0e0f5181 merge develop
6 years ago
Tao Luo 4ef6f738c3
Merge pull request #16154 from luotao1/infershape_example
6 years ago
sneaxiy 487624e15d fix travis-ci
6 years ago
guomingz decdbed054 resolve #15618 (#16114)
6 years ago
sneaxiy 1e9fd40777 combine op files
6 years ago
Qiao Longfei c567debcd9 optimize log
6 years ago
Kaipeng Deng 1a4a90a81d
Merge pull request #16140 from tink2123/arc_function
6 years ago
baojun e3c37bd564 remove const_cast and refactor ngraph engine code (#15925)
6 years ago
Qiao Longfei 0fcdae8418 add communicator_test
6 years ago
luotao1 fe78a92e6e refine with comments
6 years ago
dengkaipeng 0ff9a403d0 fix format. test=develop
6 years ago