1. 02 4月, 2021 1 次提交
    • S
      graph engine (#31226) · 94736d60
      seemingwang 提交于
      * graph engine demo
      
      * upload unsaved changes
      
      * fix dependency error
      
      * fix shard_num problem
      
      * py client
      
      * remove lock and graph-type
      
      * add load direct graph
      
      * add load direct graph
      
      * add load direct graph
      
      * batch random_sample
      
      * batch_sample_k
      
      * fix num_nodes size
      
      * batch brpc
      
      * batch brpc
      
      * add test
      
      * add test
      
      * add load_nodes; change add_node function
      
      * change sample return type to pair
      
      * resolve conflict
      
      * resolved conflict
      
      * resolved conflict
      
      * separate server and client
      
      * merge pair type
      
      * fix
      
      * resolved conflict
      
      * fixed segment fault; high-level VLOG for load edges and load nodes
      
      * random_sample return 0
      
      * rm useless loop
      
      * test:load edge
      
      * fix ret -1
      
      * test: rm sample
      
      * rm sample
      
      * random_sample return future
      
      * random_sample return int
      
      * test fake node
      
      * fixed here
      
      * memory leak
      
      * remove test code
      
      * fix return problem
      
      * add common_graph_table
      
      * random sample node &test & change data-structure from linkedList to vector
      
      * add common_graph_table
      
      * sample with srand
      
      * add node_types
      
      * optimize nodes sample
      
      * recover test
      
      * random sample
      
      * destruct weighted sampler
      
      * GraphEdgeBlob
      
      * WeightedGraphEdgeBlob to GraphEdgeBlob
      
      * WeightedGraphEdgeBlob to GraphEdgeBlob
      
      * pybind sample nodes api
      
      * pull nodes with step
      
      * fixed pull_graph_list bug; add test for pull_graph_list by step
      
      * add graph table;name
      
      * add graph table;name
      
      * add pybind
      
      * add pybind
      
      * add FeatureNode
      
      * add FeatureNode
      
      * add FeatureNode Serialize
      
      * add FeatureNode Serialize
      
      * get_feat_node
      
      * avoid local rpc
      
      * fix get_node_feat
      
      * fix get_node_feat
      
      * remove log
      
      * get_node_feat return  py:bytes
      
      * merge develop with graph_engine
      
      * fix threadpool.h head
      
      * fix
      
      * fix typo
      
      * resolve conflict
      
      * fix conflict
      
      * recover lost content
      
      * fix pybind of FeatureNode
      
      * recover cmake
      
      * recover tools
      
      * resolve conflict
      
      * resolve linking problem
      
      * code style
      
      * change test_server port
      
      * fix code problems
      
      * remove shard_num config
      
      * remove redundent threads
      
      * optimize start server
      
      * remove logs
      
      * fix code problems by reviewers' suggestions
      Co-authored-by: NHuang Zhengjie <270018958@qq.com>
      Co-authored-by: NWeiyue Su <weiyue.su@gmail.com>
      Co-authored-by: Nsuweiyue <suweiyue@baidu.com>
      Co-authored-by: Nluobin06 <luobin06@baidu.com>
      Co-authored-by: Nliweibin02 <liweibin02@baidu.com>
      94736d60
  2. 23 3月, 2021 1 次提交
  3. 24 9月, 2020 1 次提交
  4. 21 9月, 2020 1 次提交
  5. 31 8月, 2020 1 次提交
  6. 12 8月, 2020 1 次提交
  7. 03 8月, 2020 1 次提交
    • W
      remove all op with out args (#25570) · 12bed4a9
      WuHaobo 提交于
      * test=develop,test=document_fix, remove the out args
      
      * Revert "test=develop,test=document_fix, remove the out args"
      
      This reverts commit f430799b.
      
      * test=develop,test=document_fix, remove the out args
      
      * remove all  the out args
      
      * remove all  the out args
      
      * test=develop, remove all  the out args
      
      * test=develop, remove all  the out args
      
      * test=develop, remove out args in matmul testcase
      
      * test=develop, fix the bugs of out args testcase in logsumexp
      
      * test=develop, fix the bugs of out args testcase in elementwise_add
      
      * test=develop, fix the bugs of out args testcase in elementwise_div
      
      * test=develop, fix the bugs of out args testcase in activation
      
      * test=develop, fix the bugs of out args testcase in addcmul
      
      * test=develop, fix the bugs of out args
      
      * test=develop, fix the bugs of out args in API example
      
      * test=develop, fix the bugs of out args in kron testcase
      
      * test=develop, fix the bugs of out args in kron testcase
      
      * test=develop, remove out args
      
      * test=develop, remove out args
      
      * test=develop, fix the coverage
      
      * test=develop, polish codestyle
      
      * test=develop, Update math.py
      
      * test=develop, polish codestyle
      
      * test=develop, polish codestyle
      
      * test=develop, polish codestyle
      
      * test=develop, polish codestyle
      
      * test=develop, polish the test_activation_op.py
      
      * test=develop, Update math.py
      
      * test=develop, fix the failed CI
      
      * test=develop, add core.ops
      
      * test=develop, add core.ops change clamp to clip
      
      * test=develop, add core.ops change clamp to clip
      
      * test=develop, write testcase for clamp OP
      12bed4a9
  8. 31 7月, 2020 1 次提交
  9. 23 7月, 2020 1 次提交
  10. 21 7月, 2020 1 次提交
  11. 20 7月, 2020 1 次提交
    • Y
      Add check for setting TIMEOUT properties,test=develop (#25415) · a0902a23
      YUNSHEN XIE 提交于
      * add add checker for seting parameter RUNTYPE to EXCLUSIVE or DIST. test=develop
      
      * add checker for seting parameter RUNTYPE to EXCLUSIVE or DIST. test=develop
      
      * add check for setting TIMEOUT properties, test=develop
      
      * add check for setting TIMEOUT properties, or setting parameter RUN_TYPE to EXCLUSIVE or DIST,test=document_fix test=develop
      
      * add check for setting TIMEOUT properties, or setting parameter RUN_TYPE to EXCLUSIVE or DIST,test=document_fix test=develop
      
      * modify the github wiki link,test=document_fix test=develop
      a0902a23
  12. 08 7月, 2020 2 次提交
  13. 07 7月, 2020 1 次提交
  14. 11 6月, 2020 1 次提交
  15. 04 6月, 2020 1 次提交
  16. 03 6月, 2020 1 次提交
  17. 25 5月, 2020 1 次提交
    • C
      Add pr checker for ut (#24628) · 33fc690f
      chalsliu 提交于
      * Add pr checker for ut
      
      test=develop
      
      * Change approvers for ut spec checking
      
      test=document_fix
      
      * Change approvers for ut spec checking
      
      test=develop
      test=document_fix
      
      * Add comments
      
      test=develop
      test=document_fix
      
      * Refine error message
      
      test=develop
      test=document_fix
      33fc690f
  18. 20 5月, 2020 1 次提交
  19. 13 5月, 2020 1 次提交
  20. 12 5月, 2020 1 次提交
  21. 11 5月, 2020 1 次提交
    • C
      Add macro BOOST_GET to enrich the error information of boost :: get (#24175) · aa0f254f
      Chen Weihang 提交于
      * add new macro BOOST_GET_SAFELY & unittests, test=develop
      
      * add different macro type, test=develop
      
      * fix get macro type in executor, test=develop
      
      * four macro part change backup
      
      * using one macro for all case, test=develop
      
      * revert attribute change, test=develop
      
      * change to three func to solve gcc4.8 bug, test=develop
      
      * polish some details, test=develop
      aa0f254f
  22. 29 4月, 2020 1 次提交
  23. 20 4月, 2020 1 次提交
    • Z
      Optimize the error messages of paddle CUDA API (#23816) · 78170037
      Zhou Wei 提交于
      * Optimize the error messages of paddle CUDA API, test=develop
      
      * fix the error messages of paddle CUDA API, test=develop
      
      * Refactoring PADDLE_ENFORCE_CUDA_SUCCESS, and apply to curand/cudnn/cublas/NCCL,test=develop
      
      * remove build_ex_string,test=develop
      
      * merge conflict,test=develop
      78170037
  24. 11 4月, 2020 1 次提交
  25. 28 2月, 2020 1 次提交
  26. 19 2月, 2020 1 次提交
  27. 18 2月, 2020 1 次提交
  28. 14 2月, 2020 1 次提交
  29. 21 1月, 2020 1 次提交
  30. 19 1月, 2020 1 次提交
  31. 16 1月, 2020 1 次提交
  32. 15 1月, 2020 1 次提交
    • Z
      polish grad op check (#22290) · 5e601a92
      Zeng Jinle 提交于
      * polish grad op check, test=develop, test=document_fix
      
      * keep op_use_default_grad_maker.spec to avoid conflict, test=develop, test=document_fix
      5e601a92
  33. 14 1月, 2020 1 次提交
  34. 13 1月, 2020 2 次提交
  35. 10 1月, 2020 1 次提交
  36. 09 1月, 2020 1 次提交
  37. 07 1月, 2020 1 次提交
  38. 03 1月, 2020 1 次提交