Commit Graph

5291 Commits (23dec787723f6906077e77b2d15820a78bde1344)

Author SHA1 Message Date
liuhongyu b408fc4dac Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_cudnn_5_support
6 years ago
liuhongyu 8b2898e201 fix bug of formate; test=develop
6 years ago
Xin Pan 41c28d54c6 allow customize kernel selection
6 years ago
Xin Pan 439af8d50a
Merge pull request #14717 from panyx0718/infer
6 years ago
liuhongyu 773dc73fbf Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_cudnn_5_support
6 years ago
liuhongyu 8daf67f90f fix bugs; test=develop
6 years ago
chengduo 04539d4c5d
Fix clip.py (#14718)
6 years ago
sneaxiy d0c8b9b9b3 remove timeout unittest
6 years ago
Xin Pan 052cc5f538
Merge pull request #14725 from ZongwuYang/my-cool-stuff
6 years ago
Michal Gallus 6fdbb365ce Include MKL-DNN header to concat op only when flag is set
6 years ago
Michal Gallus f2a880421e Fix style @ concat integration and tests
6 years ago
Michal Gallus 738069e491 Refactor MKL-DNN Concat
6 years ago
Michal Gallus 208f912512 Implement MKL-DNN Concat
6 years ago
Wu Yi 29d9fb53fc
[Feature] multi process multi gpu dist training, boost v100 performance by 20% (#14661)
6 years ago
liuhongyu e80402fd0e Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_cudnn_5_support
6 years ago
liuhongyu 968dd3c078 add cudnn 5 support; test=develop
6 years ago
sneaxiy e694d0c2e4 fix while_op eager deletion bug
6 years ago
Xin Pan 461ca35be1
Merge pull request #14590 from panyx0718/fix4
6 years ago
gongweibao 50a698525d
Fix log level (#14692)
6 years ago
JiabinYang 8c75705984 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into optimize_hs_op
6 years ago
Xin Pan dc458b1482
Merge pull request #14713 from panyx0718/api
6 years ago
JiabinYang b387a19410 optimize op with blas
6 years ago
Zeng Jinle ff4237309a
Merge pull request #14720 from sneaxiy/fix_seq_mask_op_infershape
6 years ago
ZongwuYang 1560eb4a6d Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into my-cool-stuff
6 years ago
ZongwuYang deb04809bd test=develop
6 years ago
Xin Pan 7c5289f68e
Merge pull request #14719 from PaddlePaddle/revert-14666-feature/estiminate_flops
6 years ago
Kaipeng Deng 934f13a70a
Merge pull request #14371 from heavengate/yolo_loss
6 years ago
sneaxiy 35a2578426 fix bug
6 years ago
sneaxiy 65867d8989 test=develop
6 years ago
zhang wenhui abbe382e1e
Revert "Add EstiminateFlops"
6 years ago
Xin Pan 0591ba96ec fix hack
6 years ago
sneaxiy 64ad051b9a merge develop
6 years ago
sneaxiy c47c451a00 fix bug
6 years ago
Tao Luo 3437e17713 Merge branch 'has_attr' of https://github.com/luotao1/Paddle into luotao1-has_attr
6 years ago
nhzlx e7abe6b654 Merge branch 'develop' of https://github.com/paddlepaddle/paddle into add_prelu_gpu
6 years ago
nhzlx f75815b78c add prelu gpu inference
6 years ago
Xin Pan bcf36d8401 add more files to protected file list
6 years ago
Tao Luo 0e3048db43
Merge pull request #14659 from luotao1/update_pass
6 years ago
Xin Pan 7e0801d4ed
Merge pull request #14441 from baojun-nervana/intel/ngraph_op
6 years ago
Yihua Xu 82eefceabe Add the profile_mkldnn flag for profile function(test=develop)
6 years ago
Xin Pan 35e6b5e16a polish
6 years ago
Yihua Xu ea00270fe8 Remove the dims checking when the dim is 3 (test=develop)
6 years ago
Xin Pan b80fe8264a polish
6 years ago
Yihua Xu 64e261c6cd Implement the fusion of convolution and bias for mkldnn
6 years ago
Tao Luo 8d6984eb9b change OpHasAttr to RuntimeHasAttr, add some comments
6 years ago
jerrywgz 96dc3d8326
Merge pull request #14511 from jerrywgz/ignore_index_for_sigmoid_cross_entropy
6 years ago
Tao Luo a6ac42669c Merge branch 'develop' into update_pass
6 years ago
Yihua Xu 669191c9cc Implement conv3d with mkldnn library (test=develop)
6 years ago
Hongyu Liu 4f71a6ee2c
Merge pull request #14622 from PaddlePaddle/add_cudnn_lstm
6 years ago
Yibing Liu c7382df80f
Print assert failure id in lookup_table_op (#14698)
6 years ago
Yu Yang 0f0e197914
Merge pull request #14666 from reyoung/feature/estiminate_flops
6 years ago
Xin Pan 93c16d9628 polish the autograd (need to verify correctness)
6 years ago
Xin Pan c3236f82d6 polish
6 years ago
Xin Pan e5d64fd4d1 initial imperative
6 years ago
Xin Pan 4d0df1fea7 add fields for autograd
6 years ago
Xin Pan 8138391631 add OpBase and unify with VarBase
6 years ago
Xin Pan f6f0692451 clean up
6 years ago
Xin Pan 0318c95149 rebase develop
6 years ago
Xin Pan aeb74af54c allow operator to run imperatively
6 years ago
Xin Pan b1f6fda5e5 run forward
6 years ago
Xin Pan a6d23083f0 some tracing
6 years ago
Xin Pan dac92e560c initial commit
6 years ago
barrierye 08233beed7 add the comment for CheckFile function. test=develop
6 years ago
barrierye d62a3dd72d add the comment for CheckFile function. test=develop
6 years ago
barrierye d89108766c update CheckFile function in data_feed for ignore the space at the end of each line of data(for example, it may be added '\t' character to the end of the reduce task output when processes data by hadoop, which does not affect the correctness of the data). test=develop
6 years ago
phlrain 9f7eae861d Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_cudnn_lstm
6 years ago
Tao Luo 61ae88b760
Revert "Fix for accuracy problem for inplace operators when MKL-DNN mode is enabled"
6 years ago
phlrain 25df78eaf3 fix api spec; test=develop
6 years ago
phlrain 4c256ca6be Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_cudnn_lstm
6 years ago
phlrain b65722d3cf fix uni test; test=develop
6 years ago
Tao Luo 99177b424b
Merge pull request #14693 from kbinias/fix-for-accuracy-problem-for-inlplace-operators
6 years ago
tangwei12 618f7620e2
add enforce for auc (#14687)
6 years ago
Krzysztof Binias bc7db6cec9 Fix for accuracy problem for inplace operators when MKL-DNN mode is enabled
6 years ago
phlrain 2770ea1a73 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_cudnn_lstm
6 years ago
chengduozh 3f4aca618f code refine
6 years ago
chengduozh af8c2cec13 fix operator.cmake
6 years ago
chengduozh 679d8fc6fe rename op name
6 years ago
chengduozh 1013d6d05d Merge branch 'add_cudnn_lstm' of https://github.com/PaddlePaddle/Paddle into add_cudnn_lstm
6 years ago
jerrywgz 3df0538940 replace -100 to kIgnoreIndex
6 years ago
Wang Guibao 41e19eb431
AsyncExecutor (#14627)
6 years ago
whs 1b9753d109
Make pad2d support for variable paddings. (#14667)
6 years ago
Tao Luo 2af5762cf8
Merge pull request #14668 from wzzju/use_small_dam
6 years ago
Tao Luo ff16c47898
Merge pull request #14671 from luotao1/box_coder
6 years ago
baojun-nervana fc61bf1b16 Renamed methods
6 years ago
sneaxiy 096673f675 refactor eager deletion
6 years ago
ZhenWang 6e48e47406 test=develop
6 years ago
ZhenWang e1da6cd754 add the normal dam and the small dam
6 years ago
luotao1 bcc90123f0 speedup box_coder_op for multi-threads
6 years ago
ZhenWang d5947b0ed7 test=develop
6 years ago
ZhenWang 33b4963505 unify the normal and small dam model.
6 years ago
Yan Chunwei 4b7617740e
fix container not cleared (#14231)
6 years ago
Tao Luo c856ac8721 add OpHasAttr in node.h, update is_test_pass and mkldnn_placement_pass
6 years ago
ZhenWang 8f2e556e65 support the small dam model. test=develop
6 years ago
phlrain 6ce4250172 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_cudnn_lstm
6 years ago
Qiao Longfei 44debca844
Merge pull request #14589 from jacquesqiao/refactor-prefetch
6 years ago
phlrain bd94ab0ef3 rename op; test=develop
6 years ago
phlrain 92f5be1d82 remove inputvarname in operator; test=develop
6 years ago
phlrain cf1fe61004 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_cudnn_lstm
6 years ago
luotao1 5db273d874 enhance HasAttr to fix ci
6 years ago
Yu Yang 589b863b98 Add EstiminateFlops
6 years ago
phlrain 4b9689379f fix cudnn lstm; test=develop
6 years ago
phlrain d1a17cadd4 fix cudnn rnn; test=develop
6 years ago
Qiao Longfei 9450048acb add PADDLE_ENABLE_REMOTE_PREFETCH to enable remote prefetch
6 years ago
Xin Pan 75939c2059 fix
6 years ago
Tao Luo 20120d9c97
Merge pull request #14608 from jczaja/prv-conv2d-transpose-mkldnn
6 years ago
Qiao Longfei 3e45a5a5ec lookup_table gpu kernel support prefetch
6 years ago
Zhaolong Xing d215293c92
Merge pull request #14649 from NHZlX/add_params_sync_pass
6 years ago
qingqing01 731d45a39a
Enable BatchNorm to use global mean and variane during training (#14630)
6 years ago
nhzlx 49c28b8c52 Merge branch 'develop' of https://github.com/paddlepaddle/paddle into add_params_sync_pass
6 years ago
nhzlx 3c83a2f720 fix comments
6 years ago
Xin Pan ad6ed5b745 fix py3
6 years ago
Xin Pan 0cc9ab3dc2 enable API check for readers
6 years ago
luotao1 4a4daa8ab4 Merge branch 'develop' into has_attr
6 years ago
Qiao Longfei 75eba6108d Add scope doc (#14582)
6 years ago
Tao Luo ea47685f91
Merge pull request #14646 from jczaja/prv-softmax-mkl-sasum
6 years ago
Qiao Longfei 3a3cfc2d8d prefetch support gpu
6 years ago
baojun-nervana d5ee05e6c3 Replaced VarIsTensor
6 years ago
baojun-nervana e6bd53be60 Named to RuntimeInferShape
6 years ago
Sang Ik Lee 24e70920db Refactor some build settings.
6 years ago
baojun-nervana a29696146c Added annotation
6 years ago
Sang Ik Lee d6125a5eec Include ngraph in inference demo build.
6 years ago
baojun-nervana caf4b937b3 Added RunInferShape
6 years ago
baojun-nervana 1d19eb2bd4 Implemented ngraph engine
6 years ago
Qiao Longfei 4b9082a4cd follow comment
6 years ago
Tao Luo b4de023ee1
Merge pull request #14636 from Superjomn/fix/word2vec
6 years ago
luotao1 fe915901cd update Opdesc's HasAttr
6 years ago
chengduo 6776e92846
refine tensor_array_write_read (#14643)
6 years ago
nhzlx d3e140a572 Merge branch 'develop' of https://github.com/paddlepaddle/paddle into add_params_sync_pass
6 years ago
nhzlx d666c8eb1d fix benchmark
6 years ago
nhzlx 900fbb83f9 add params sync pass
6 years ago
superjomn 9c665c81ae update
6 years ago
Jacek Czaja 48e1b97e8e - Coding style fixes
6 years ago
Qiao Longfei d32de7e6e1 fix code format test=develop
6 years ago
Qiao Longfei 5a660aee7d update log level in parameter prefetch test=develop
6 years ago
Qiao Longfei 8ebde595c9 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into refactor-prefetch
6 years ago
Qiao Longfei b9d3d75fc4 fix prefetch dependency test=develop
6 years ago
Qiao Longfei 145c535750 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into refactor-prefetch
6 years ago
minqiyang 9d7c3b18c0 Polish code
6 years ago
minqiyang 2b430adaee Polish code
6 years ago
minqiyang a02ce58f2c Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into revert_vlog
6 years ago
Jiabin Yang 12e1719f96
Merge pull request #14352 from JiabinYang/enhance_hierachical_sigmod_op
6 years ago
Qiao Longfei 40f68b1349 unit test ready
6 years ago
Qiao Longfei 36e26a53b0 Optimize bilinear tensor product op (#14485)
6 years ago
Tao Luo 4ec9de0122
Merge pull request #14628 from Sand3r-/mgallus/mkldnn-elementwise_mul
6 years ago
Qiao Longfei 35b79ab865
Merge pull request #13983 from jacquesqiao/add-ctr-reader
6 years ago
Qiao Longfei da387720d7 fix infer compile test=develop
6 years ago
Jacek Czaja cf40daee58 - Building fix to softmax for inference
6 years ago
Clementine 6c71c1f8f9 Add activation gelu (#14569)
6 years ago
Michal Gallus 9455be0ba5 EltwiseMul: Extract StringToFormat to MKLDNN helper
6 years ago
Jacek Czaja 1540df51cf - Fix to test_conv2d_transpose_mkldnn for GPU
6 years ago