Commit Graph

12853 Commits (23761beaef4bb314cc180154981d047d760e1f4f)

Author SHA1 Message Date
wopeizl 719ebe3786
Merge pull request #15070 from wopeizl/windows/testcasefix
7 years ago
Xin Pan c132c79011 address comments and resolve conflicts.
7 years ago
Xin Pan b91a7a9d30 clear operator changes
7 years ago
Xin Pan f52b514dcd call kernel
7 years ago
Xin Pan 4e80e04f23 fix
7 years ago
Xin Pan 7b6bf9ddf2 make fill_constant kernel-based
7 years ago
Xin Pan 61491ce250 clean
7 years ago
Xin Pan ce7e503cbe refactor to avoid scope.
7 years ago
Qiyang Min 0238a3bb4f
Merge pull request #14972 from velconia/accelerate_lstm
7 years ago
Houjiang Chen 242d3c71a6
Merge pull request #15031 from hjchen2/develop
7 years ago
Xin Pan 71a4a8e981
Merge pull request #15071 from wopeizl/revert/15035
7 years ago
minqiyang 68e9b841ab Add support for optimizer
7 years ago
Zeng Jinle 988bc2b5a7
Merge pull request #15060 from dzhwinter/fix/nccl
7 years ago
sneaxiy c4ce2e7b21 merge develop, solve conflict
7 years ago
minqiyang 8ed0233924 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into accelerate_ddpg
7 years ago
Zeng Jinle 9c6a0203e2
Merge pull request #15073 from sneaxiy/add_scope_pool
7 years ago
tensor-tang 656c672cdd
Merge pull request #15051 from tensor-tang/test/seq_pool1
7 years ago
Tao Luo ecae157edf simplify some data record in analyzer_tester
7 years ago
sneaxiy b56aca82e9 merge develop
7 years ago
Tao Luo 05f1b65da3 simplify prepere_input in analyzer_test
7 years ago
sneaxiy ee83ce75bf try to fix py35 compile error
7 years ago
sneaxiy 10a6bc9675 modify API.spec
7 years ago
sneaxiy 3e917a934a add scope_pool
7 years ago
nhzlx 02e17396c2 fix comments
7 years ago
jerrywgz ef2d292bfc
Merge pull request #14956 from jerrywgz/fix_bug_in_ifelse
7 years ago
peizhilin e49276e731 restore the huber_loss_op
7 years ago
peizhilin 2388d0e7d6 Revert "cherry-pick the #12759"
7 years ago
nhzlx 71636e677d add min_subgraph_size attr to tensorrt config
7 years ago
peizhilin 01c00b07dd fix test issues on windows
7 years ago
peizhilin 1e7f83e60a add cuda dso support for windows
7 years ago
tangwei12 dc8eca826e
code style fix, test=develop (#15045)
7 years ago
Jiabin Yang 55e3c6518e
Merge pull request #15024 from JiabinYang/fix/ci_requirements_install
7 years ago
nhzlx a6aa8ea771 faster rcnn input is presistable. (fix it in paddle-trt)
7 years ago
hjchen2 956cf92145 Fix conv_elementwise_add2_act pass
7 years ago
Tao Luo 69659f4ae2
Merge pull request #15037 from jianhang-liu/fix/abnormal_stack_op_time
7 years ago
whs 2314f2ebb3
Make topk op support variable k. (#15044)
7 years ago
sneaxiy 179acc60b3 fix conflict with develop
7 years ago
wopeizl 09bd8fa67a
Merge pull request #15035 from wopeizl/debug/improvement1
7 years ago
sneaxiy dde3afe7b7 Merge develop
7 years ago
dzhwinter 3ea2f415dc fix ci error. test=develop
7 years ago
dongdaxiang 2df1d80767 Merge branch 'add_timer' of https://github.com/guru4elephant/Paddle into add_timer
7 years ago
Wu Yi 856f0da0fe
Fp16 training (#14992)
7 years ago
Brian Liu e821b12f57 Fix issue which cause abnormal CPU usage in stack op
7 years ago
chengduo b9fb03cf54
Move GetTensor to tensor_util (#15011)
7 years ago
tensor-tang d46a140dd9 add seq pool inference test
7 years ago
tensor-tang d4931a2abc support more input fake data
7 years ago
nhzlx 73b47df1f4 Merge branch 'develop' of https://github.com/paddlepaddle/paddle into add_affine_channel_fuse
7 years ago
nhzlx ce3782c193 add affine_channel fuse.
7 years ago
peizhilin 170e78b397 restore the top-k
7 years ago
dongdaxiang ab2abfc5b2 Merge branch 'add_timer' of https://github.com/guru4elephant/Paddle into add_timer
7 years ago
Tao Luo bc16bcda49
Merge pull request #14998 from luotao1/mm_dnn
7 years ago
JiabinYang fa33eae9aa test=develop, fix python exetension on python3.x
7 years ago
Qiyang Min aba1f9b06e
Merge pull request #14891 from velconia/accelerate_adam
7 years ago
minqiyang 8ec3d863b0 Fix throw_on_error direct call bug
7 years ago
peizhilin e05fb128bc fix code style
7 years ago
peizhilin 7f6d8acecb cherry-pick the #12759
7 years ago
sneaxiy 3a2afbf02e polish code
7 years ago
dongdaxiang 4cb833d2de Merge branch 'add_timer' of https://github.com/guru4elephant/Paddle into add_timer
7 years ago
JiabinYang 3e40c79c4f test=develop, using absolute dir
7 years ago
tensor-tang 05d1121b22
Merge pull request #14802 from mozga-intel/mozga-intel/fill_constant_operator_ngraph
7 years ago
tensor-tang 9d4f1d468a
Merge pull request #14804 from mozga-intel/mozga-intel/top_k_operator_ngraph
7 years ago
tensor-tang 8a6ac4dba7
Merge pull request #14973 from xiaolil1/dequantize
7 years ago
tensor-tang f0e02a65ed
Merge pull request #14974 from xiaolil1/quantize
7 years ago
Tao Luo 91408e3122 fix analyzer_mm_dnn_tester fails when bs > 1
7 years ago
Tao Luo f01c966800 Merge branch 'develop' into mm_dnn
7 years ago
sneaxiy 68d91cd594 add copy ctor
7 years ago
dongdaxiang 68a2d1f3d7 Merge branch 'add_timer' of https://github.com/guru4elephant/Paddle into add_timer
7 years ago
dongdaxiang 2e5ebc4594 Merge branch 'add_timer' of https://github.com/guru4elephant/Paddle into add_timer
7 years ago
dongdaxiang 5dfd9c9aa9 Merge branch 'add_timer' of https://github.com/guru4elephant/Paddle into add_timer
7 years ago
dongdaxiang d0a5159946 Merge branch 'add_timer' of https://github.com/guru4elephant/Paddle into add_timer
7 years ago
JiabinYang ea6e057e40 test=develop, fix bug
7 years ago
dongdaxiang f9b8168508 Merge branch 'add_timer' of https://github.com/guru4elephant/Paddle into add_timer
7 years ago
dongdaxiang 3b3cb4ea55 Merge branch 'add_timer' of https://github.com/guru4elephant/Paddle into add_timer
7 years ago
JiabinYang e9c86ac41d test=develop, install requirements.txt with user previlige
7 years ago
JiabinYang f8fc6ba595 test=develop, fix ci by install requirement and add pip install validation
7 years ago
minqiyang 52b4821a6e Fix Sprintf problem
7 years ago
qingqing01 51a9fca323
Async memory copy (#15013)
7 years ago
minqiyang 010f657b33 Polish code
7 years ago
sneaxiy e02f67eff7 rewrite unsafe_cast
7 years ago
minqiyang 45acfbd011 1. Add specific condition for one or no arg in PADDLE_ENFORCE
7 years ago
minqiyang 68b86d6665 Change default value to align with the original react
7 years ago
whs 938705745e
Init paddle slim (#14834)
7 years ago
dongdaxiang 2dee8f6cd5 add TrainFilesWithTimer in async_executor
7 years ago
xiaoli.liu@intel.com 869d444b92 Fix comments misunderstanding
7 years ago
xiaoli.liu@intel.com d83d0f33fd extract templated function
7 years ago
dongdaxiang d434fcbaa6 add TrainFilesWithTimer in async_executor
7 years ago
minqiyang 250e893745 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into accelerate_ddpg
7 years ago
minqiyang 8b6b0da062 Use adam_update
7 years ago
minqiyang f4e7a47381 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into accelerate_adam
7 years ago
minqiyang b1d0a14c14 Change the ut back
7 years ago
minqiyang 7d1533216d Fix syntax error in unit test
7 years ago
tensor-tang 641313ea77
Merge pull request #15000 from tensor-tang/doc/en/jit
7 years ago
minqiyang e811e06555 Avoid comma in macro
7 years ago
minqiyang 0cf1461ccc Avoid comma in macro
7 years ago
wopeizl b117a5f208
Merge pull request #14931 from wopeizl/windows/mkl
7 years ago
Xin Pan 103f08f50e
Merge pull request #14910 from panyx0718/clean3
7 years ago
dongdaxiang cf6188a823 add a linux timer
7 years ago
Zeng Jinle 0021b05b19
Merge pull request #14993 from sneaxiy/fix_check_lod
7 years ago
tensor-tang 68ab16444a add eng doc of jit kernel and follow comments
7 years ago
chengduo 79bd6dfa18
[Feature] Add Temporary Allocator (#14875)
7 years ago