- 04 8月, 2022 1 次提交
-
-
由 Leo Chen 提交于
-
- 20 7月, 2022 1 次提交
-
-
由 Chen Weihang 提交于
* update api approve members, test=document_fix * add qingqnig into list, test=document_fix
-
- 14 7月, 2022 1 次提交
-
-
由 Chen Long 提交于
-
- 13 7月, 2022 1 次提交
-
-
由 moyan 提交于
* MoYan;test=document_fix * MoYan;test=document_fix
-
- 02 6月, 2022 1 次提交
-
-
由 Ligoml 提交于
<!-- Demo: https://github.com/PaddlePaddle/Paddle/pull/24810 --> ### PR types <!-- One of [ New features | Bug fixes | Function optimization | Performance optimization | Breaking changes | Others ] --> Others ### PR changes <!-- One of [ OPs | APIs | Docs | Others ] --> Others ### Describe <!-- Describe what this PR does --> update ci reviewer list of api docs
-
- 20 5月, 2022 1 次提交
-
-
由 Sing_chan 提交于
* simplify doc check log info;test=document_fix * test sample code error;test=document_fix * delete test code;test=document_fix
-
- 06 5月, 2022 2 次提交
-
-
由 tianshuo78520a 提交于
This reverts commit 2c5cecb1.
-
由 tianshuo78520a 提交于
-
- 03 12月, 2021 1 次提交
-
-
由 Wilber 提交于
* update check_op_desc to support op_version and op_compat.
-
- 28 10月, 2021 1 次提交
-
-
由 Chen Long 提交于
* update readme test=document_fix * update ci reviewer list of api docs * add docs info for api docs change; test=document_fix
-
- 24 9月, 2021 1 次提交
-
-
由 Wilber 提交于
-
- 09 9月, 2021 1 次提交
-
-
由 tianshuo78520a 提交于
-
- 27 8月, 2021 1 次提交
-
-
由 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
-
- 15 7月, 2021 1 次提交
-
-
由 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
-
- 24 6月, 2021 1 次提交
-
-
由 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
-
- 23 6月, 2021 1 次提交
-
-
由 jzhang533 提交于
-
- 22 6月, 2021 1 次提交
-
-
由 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
-
- 16 6月, 2021 1 次提交
-
-
由 iducn 提交于
* modify reviewer, test=document_fix * modify reviewer, test=document_fix
-
- 02 4月, 2021 1 次提交
-
-
由 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>
-
- 23 3月, 2021 1 次提交
-
-
由 Tao Luo 提交于
-
- 24 9月, 2020 1 次提交
-
-
由 tianshuo78520a 提交于
* fix approveals message;test=document_fix * fix approveals message;test=document_fix
-
- 21 9月, 2020 1 次提交
-
-
由 tianshuo78520a 提交于
-
- 31 8月, 2020 1 次提交
-
-
由 liym27 提交于
[CI] Change RD for check_op_desc from (liym27, zhhsplendid, Aurelius84, lanxianghit or phlrain) to (cyj1986, Superjomn) (#26828)
-
- 12 8月, 2020 1 次提交
-
-
由 zhangchunle 提交于
-
- 03 8月, 2020 1 次提交
-
-
由 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
-
- 31 7月, 2020 1 次提交
-
-
由 zhangchunle 提交于
-
- 23 7月, 2020 1 次提交
-
-
由 Dong Daxiang 提交于
* add approval
-
- 21 7月, 2020 1 次提交
-
-
由 Leo Chen 提交于
* add ci check for changing op-related api without core.ops, test=develop * generate api_source_md5 file when build, test=develop * add failed example, test=develop * add failed example, test=develop * handle exception, test=develop
-
- 20 7月, 2020 1 次提交
-
-
由 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
-
- 08 7月, 2020 2 次提交
- 07 7月, 2020 1 次提交
-
-
由 zhangchunle 提交于
-
- 11 6月, 2020 1 次提交
-
-
由 Leo Chen 提交于
* use allow list instead of white list, test=develop * reduce include, test=develop
-
- 04 6月, 2020 1 次提交
-
-
由 Wilber 提交于
-
- 03 6月, 2020 1 次提交
-
-
由 Chen Weihang 提交于
* remove REPLACE_ENFORCE_GLOG compile option & add ci rule prohibit LOG(FATAL) using, test=develop * remove ci test case, test=develop * replace all LOG(FATAL) & polish message, test=develop * fix typo, test=develop * polish error info detail, test=develop
-
- 25 5月, 2020 1 次提交
-
-
由 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
-
- 20 5月, 2020 1 次提交
-
-
由 Chen Weihang 提交于
-
- 13 5月, 2020 1 次提交
-
-
由 freelyrunning 提交于
-
- 12 5月, 2020 1 次提交
-
-
由 zhangchunle 提交于
-
- 11 5月, 2020 1 次提交
-
-
由 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
-