1. 04 8月, 2022 1 次提交
  2. 20 7月, 2022 1 次提交
  3. 14 7月, 2022 1 次提交
  4. 13 7月, 2022 1 次提交
  5. 02 6月, 2022 1 次提交
  6. 20 5月, 2022 1 次提交
  7. 06 5月, 2022 2 次提交
  8. 03 12月, 2021 1 次提交
  9. 28 10月, 2021 1 次提交
    • C
      Update ci reviewer (#36839) · 2e40cfb5
      Chen Long 提交于
      * update readme test=document_fix
      
      * update ci reviewer list of api docs
      
      * add docs info for api docs change; test=document_fix
      2e40cfb5
  10. 24 9月, 2021 1 次提交
  11. 09 9月, 2021 1 次提交
  12. 27 8月, 2021 1 次提交
    • W
      fix count_api_without_core_ops (#35170) · 7272526b
      wanghuancoder 提交于
      * fix count_api_without_core_ops, test=develop
      
      * fix count_api_without_core_ops, test=develop
      
      * refine, test=develop
      
      * remove test code, test=develop
      
      * remove test, test=develop
      
      * modify check_api_approvals.sh, test=develop
      7272526b
  13. 15 7月, 2021 1 次提交
    • R
      Check api compatible (#34119) · 1889d504
      Ren Wei (任卫) 提交于
      * print the signatures of the apis
      
      * some faults, and a test case
      
      * use the FullArgSpec as the ArgSpec, repr>str
      
      为了延续脚本历史,把FullArgsSpec替换为ArgSpec;在逆转回对象时,记得加上inpect.FullArgSpec对象
      
      * script form @zhiboniu
      
      * parsearg
      
      * read argspec from file
      
      * add comments
      
      * refactor check_compatible and its testcases
      
      * skip the empty ArgSepc()
      
      * update the function, get inspect.FullArgSpec instances directly.
      
      * typo
      
      * for the functions using inner-defined VarType or other Class Type not accessable, use the string comparements.
      
      * typo
      
      * logging added
      
      * 若变量和默认值都增加了,用负数索引需要再处理下这个增加的内容
      
      * defaults itself may be NoneType
      
      * defaults added 2 items when args only added 1 item
      
      * same as the previous comment
      
      * enable the check_api_compatible.py
      
      * run test_check_api_compatible.py
      
      * sort the output of print_signatures.py
      1889d504
  14. 24 6月, 2021 1 次提交
    • R
      remove the tricks for `paddle.fluid.layers.ops.func` (#33731) · ba7e2a9f
      Ren Wei (任卫) 提交于
      * refactor check_pr_approval, allow using github login-id
      
      2. remove the tricks for paddle.fluid.layers.ops.func
      
      * add testcases
      
      * simplify the test data, and added to file diff approvals
      
      * remove a approver
      
      * test_print_signatrues runs on a simple pipeline, no paddle installed
      
      * testcases for print_signatrures and sampcd . python3 only.
      
      * remove unused import directives
      
      * remove unused import directives
      ba7e2a9f
  15. 23 6月, 2021 1 次提交
  16. 22 6月, 2021 1 次提交
    • R
      Gpu samplecode test On PR-CPU-Py2 (#33634) · dd4297cd
      Ren Wei (任卫) 提交于
      * using argparse to handle selections
      
      * 2 TODOs
      
      * 先不更改pipeline配置,这里强制改成GPU版本
      
      * sorted the all_names
      
      * exec gpu sample codes tests incrementally
      
      * get all apis from the pr.spec file
      
      * condition with WITH_GPU
      
      WITH_GPU == ON
      
      save
      
      * delete the useless codes
      
      * delete the useless codes.
      
      test=document_fix
      
      * echo the diff result
      
      test=document_fix
      
      * dont reuse the variables
      
      * rename fun to _func not work. put it into the skiplist
      
      https://github.com/PaddlePaddle/Paddle/commit/038ffc795025170e8cda74bcd473b46301b9a1c0
      test=document_fix
      
      * skip it in check api approvals
      
      test=document_fix
      
      save
      
      * skip the private _variables
      
      * print signatures wrong. now rename it to _func
      
      test=document_fix
      dd4297cd
  17. 16 6月, 2021 1 次提交
  18. 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
  19. 23 3月, 2021 1 次提交
  20. 24 9月, 2020 1 次提交
  21. 21 9月, 2020 1 次提交
  22. 31 8月, 2020 1 次提交
  23. 12 8月, 2020 1 次提交
  24. 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
  25. 31 7月, 2020 1 次提交
  26. 23 7月, 2020 1 次提交
  27. 21 7月, 2020 1 次提交
  28. 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
  29. 08 7月, 2020 2 次提交
  30. 07 7月, 2020 1 次提交
  31. 11 6月, 2020 1 次提交
  32. 04 6月, 2020 1 次提交
  33. 03 6月, 2020 1 次提交
  34. 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
  35. 20 5月, 2020 1 次提交
  36. 13 5月, 2020 1 次提交
  37. 12 5月, 2020 1 次提交
  38. 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