Commit Graph

7994 Commits (44bb5dfbda3e8a44158d0ed9fa65475af69348c5)

Author SHA1 Message Date
Tao Luo 8e00540778
Merge pull request #10058 from Xreki/core_fix_flush
7 years ago
qiaolongfei 570be39195 fix build
7 years ago
qiaolongfei 9a0ad10ff1 fix reduce_op_handle_test
7 years ago
qiaolongfei 8f7c77309d refine listen_and_serv_op
7 years ago
chengduo cec4e6ed0d
Merge pull request #9946 from chengduoZH/feature/add_reduce_op_handle
7 years ago
chengduo 23a21c86b1
Merge pull request #9922 from chengduoZH/feature/refine_gather_reduce
7 years ago
Yu Yang 92b5f49ee4 Eager destruct local scope
7 years ago
Qiao Longfei ba927b8811
Merge pull request #10060 from jacquesqiao/update-variable-response
7 years ago
Abhinav Arora 324ab7a39a
Fix CPPLint issues with select_op (#10072)
7 years ago
Siddharth Goyal 122141249d Fix cpplint for print_op (#10070)
7 years ago
Abhinav Arora 8113de9425
Fix more CPPLint errors (#10069)
7 years ago
qiaolongfei 65b3138e98 add check
7 years ago
Qiao Longfei bb4b9af7d4
Merge pull request #10056 from typhoonzero/fix_splitbyref_macbuild
7 years ago
qiaolongfei 0ffd33d30e VariableResponse support deserialize var into local scope
7 years ago
Liu Yiqun 7ffbcbcaf0 Add flush of program desc to update the proto information.
7 years ago
typhoonzero ba8b0a5dc2 fix mac build
7 years ago
whs aa4d51b095
Merge pull request #10029 from wanghaoshuang/fix_gru_unit
7 years ago
Yancey 0760a5a59f
Merge pull request #10047 from Yancey1989/check_pserver_with_golang
7 years ago
dzhwinter 2e331c6593
accelerate dropout (#9902)
7 years ago
Yancey 0b8630b9b4
Merge pull request #9897 from Yancey1989/auto_grwon_sparse_table
7 years ago
Yancey1989 df47bfc077 check pserver file while writing dockerfile
7 years ago
Tao Luo 82b192a3fd
Merge pull request #10041 from abhinavarora/cpplint_framework
7 years ago
chengduo 88f8183576 Merge branch 'develop' into feature/refine_gather_reduce
7 years ago
dzhwinter 1fc9fe773d merge develop
7 years ago
chengduoZH 035712822c fix VisitVariable
7 years ago
wanghaoshuang 216443de15 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_gru_unit
7 years ago
Abhinav Arora cbbf08aee9 Fix CPPLint errors in some framework files
7 years ago
Yang Yang(Tony) e04c43d543
add semicolon to op registry (#10034)
7 years ago
Abhinav Arora c5c7dc2e82
Fix CPPLint errors in multiclass_nms, nccl, nce, reduce and save_load_combine (#10032)
7 years ago
Yiqun Liu 598035f985 Fix a bug in save_inference_model and prune when the program is initailized by load_inference_model (#10011)
7 years ago
Abhinav Arora 9ca578d49e Fix CPPLint issues in expand_op, gather_op and get_places_op (#10000)
7 years ago
Xin Pan 98c12b1a08 Clean up C++ codes. (#10022)
7 years ago
dzhwinter 9b8ca0cfa8 "fix after merge"
7 years ago
dzhwinter 7a517dc93e merge develop
7 years ago
wanghaoshuang 00548a1601 Remove intermediate output's gradient from inputs of grad_op.
7 years ago
Tao Luo d84cdb7b59
Merge pull request #9911 from tonyyang-svail/unify_op_registry
7 years ago
Wu Yi d655417f90
Merge pull request #9956 from typhoonzero/split_byref_op
7 years ago
Yancey1989 f12b3f3617 use memcpy
7 years ago
dzhwinter 61cb4f2fdb "fix ci"
7 years ago
Yu Yang 60e0d1aabd
Merge pull request #10023 from reyoung/feature/DtorOfPE
7 years ago
Yu Yang 28013ef9e2
Merge pull request #10019 from reyoung/feature/feed_fetch_tensor_on_cpu
7 years ago
Yancey1989 13e7194ebd Merge branch 'develop' of github.com:PaddlePaddle/Paddle into auto_grwon_sparse_table
7 years ago
Yancey1989 70bf732f82 refine get interface
7 years ago
typhoonzero ff0d9341ea remove not used code
7 years ago
chengduoZH fbb75c6bb6 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/refine_gather_reduce
7 years ago
Yu Yang 5305c5f845 Correctly implement destructor of ParallelExecutor
7 years ago
Yu Yang 38d75c912c Follow comments
7 years ago
chengduoZH 4760ac44f1 check the generate_op is null or not and add DEPS of broadcast_op_handle and gather_op_handle
7 years ago
mozga-intel 171471eada
Merge branch 'develop' into mozga-intel/Mul_mkldnn
7 years ago
Yu Yang 6de5fd9e8a Fix FetchTensor on CPU
7 years ago
Yu Yang 35ebe2eca7 Clean MultiDevicesGraphBuilder
7 years ago
typhoonzero 184835856c fix copy size
7 years ago
Yu Yang d24ef931b5 Clean Code
7 years ago
Yancey1989 b920b51686 rename parameter
7 years ago
Yu Yang c3c7b7bd1b
Merge pull request #9928 from reyoung/feature/stablize_code
7 years ago
typhoonzero 788636f078 update by comments
7 years ago
Yancey1989 2917a75b7a add some comments for sparse table
7 years ago
fengjiayi fbe562478d
Merge pull request #9994 from reyoung/feature/debug
7 years ago
qingqing01 ee9832a7a9
Add Top-k Python API. (#9973)
7 years ago
chengduo e5b3eb9899
Merge pull request #10001 from abhinavarora/disable_test_channel
7 years ago
chengduoZH e63013a86f Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/add_reduce_op_handle
7 years ago
dzhwinter 425a1e76a2 Merge remote-tracking branch 'origin/develop' into memory/activation_memory
7 years ago
Tao Luo 2617d8bcda
Merge pull request #9993 from jczaja/prv-softmax-mkldnn-fix
7 years ago
typhoonzero e2d56832e1 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into split_byref_op
7 years ago
Abhinav Arora 74ff0be234 Merge remote-tracking branch 'origin/develop' into disable_test_channel
7 years ago
chengduoZH 1eeb2e0042 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/add_reduce_op_handle
7 years ago
Abhinav Arora ed681d5235 Fix conv_mkldnn_op.cc which is causing CI failure
7 years ago
Abhinav Arora 1b5c1bcb57 Disabling Channel Test to fix CI
7 years ago
Yang Yang 68d96385e4 remove REGISTER_OP and REGISTER_OP_EX
7 years ago
Abhinav Arora 6f83142353
Fix cpplint issues with beam_search_op and beam_search_decode_op (#9962)
7 years ago
Yang Yang 4b1a32db34 fix pybind.h generator
7 years ago
Abhinav Arora 2d1a6f8d4a
Fix cpplint issues in Detection_map_op (#9969)
7 years ago
Abhinav Arora d08791d11a
Fix CPPLint issues with Chunk_eval_op (#9964)
7 years ago
Wu Yi 8352f93809
Merge pull request #9933 from typhoonzero/add_dist_unit_test
7 years ago
Jacek Czaja acdf7cbd19 - Added EPS for softmax MKLDNN op
7 years ago
dzhwinter 626227eb72 "fix ci"
7 years ago
Yu Yang 9b60d0decb
Merge pull request #9975 from reyoung/feature/VarHandleCtor
7 years ago
Yu Yang 06fb055a2f New group
7 years ago
Tao Luo 16104a1cd8
Merge pull request #9987 from luotao1/check_env
7 years ago
typhoonzero c6d7c2bdff Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into split_byref_op
7 years ago
mozga-intel 6e7b883bdd Initial implementation of multiplication operator for MKLDNN
7 years ago
Yancey1989 ca327508cc update
7 years ago
chengduoZH e4de957f19 code refine
7 years ago
Tao Luo 038dbb386e
Merge pull request #9958 from luotao1/find_tensorrt
7 years ago
Yu Yang 71a2e6b73c Reverse create var
7 years ago
Yu Yang 2e8459be71 DebugCode
7 years ago
Yu Yang fc6f0be276
Merge pull request #9942 from reyoung/feature/tuning_pe_trans
7 years ago
Yu Yang d7527681c6 Fix scale grad
7 years ago
Yu Yang 89728f8e66 update
7 years ago
Yu Yang eb2e4eeade Debug
7 years ago
Luo Tao 7d19b65e65 move paddle/scripts/check_env.sh to benchmark/
7 years ago
Yu Yang b53f7e2c98
Merge pull request #9930 from reyoung/feature/simplify_delay_logic
7 years ago
typhoonzero 948628563f update
7 years ago
Yu Yang 64c139e854 Using constructor for VarHandle
7 years ago
chengduoZH 4abef50123 code refine
7 years ago
Yu Yang b4aaa00a8a Polish logic of ParallelExecutor
7 years ago
Yu Yang 2ab12ca248 Add comments and clean code
7 years ago
Yu Yang a822f8ddbb Add wait
7 years ago
Yu Yang e9e27e0f32 Revert
7 years ago
Yu Yang 7289e75836 Udpate
7 years ago