- 06 6月, 2022 1 次提交
-
-
由 zhangchunle 提交于
-
- 20 5月, 2022 1 次提交
-
-
由 Leo Chen 提交于
* add approval for changing warning flag * test for approval * revert changes
-
- 12 5月, 2022 1 次提交
-
-
由 pangyoki 提交于
* add approval for eager CI * add wiki manual
-
- 06 5月, 2022 2 次提交
-
-
由 tianshuo78520a 提交于
This reverts commit 2c5cecb1.
-
由 tianshuo78520a 提交于
-
- 21 4月, 2022 1 次提交
-
-
由 Jiabin Yang 提交于
* watch all eager files for now * support eager watch files
-
- 13 4月, 2022 1 次提交
-
-
由 Chen Weihang 提交于
* test declarations block, test=document_fix * fix check error, test=document_fix * remove test code, test=document_fix
-
- 09 4月, 2022 1 次提交
-
-
由 王明冬 提交于
-
- 07 4月, 2022 1 次提交
-
-
由 QingshuChen 提交于
* ignore some failed test for KL2 *test=kunlun * minor *test=kunlun * minor *test=kunlun
-
- 23 3月, 2022 1 次提交
-
-
由 Zhanlue Yang 提交于
* Removed redundant use of declarations.h * Fixed minor bug
-
- 15 3月, 2022 1 次提交
-
-
由 Chen Weihang 提交于
* skip infrt when checking log fatal, test=document_fix * remove test=document_fix * update commit
-
- 22 2月, 2022 1 次提交
-
-
由 chentianyu03 提交于
* add check for using HostAlloc * add check for using HostAlloc
-
- 20 2月, 2022 1 次提交
-
-
由 Chen Weihang 提交于
* rename pten dir to phi * rename namespace to phi * rename infrt pten dir to phi * resolve conflict * rename pten to phi in cmake * revert all infrt change * change needed files * fix infrt failed * fix inference failed
-
- 17 2月, 2022 1 次提交
-
-
由 QingshuChen 提交于
* update kunlun label_smooth unitest *test=kunlun * minor *test=kunlun
-
- 16 2月, 2022 1 次提交
-
-
由 chentianyu03 提交于
* change ci using mutable_data() check's directions from paddle/pten to paddle/pten/kernels * change echo info from paddle/pten to paddle/pten/kernels
-
- 14 2月, 2022 2 次提交
-
-
由 chentianyu03 提交于
-
由 Qi Li 提交于
-
- 29 1月, 2022 2 次提交
-
-
由 Zhanlue Yang 提交于
-
由 QingshuChen 提交于
* fix kunlun2 softmax unitest bug *test=kunlun * minor
-
- 18 1月, 2022 1 次提交
-
-
由 chentianyu03 提交于
-
- 13 1月, 2022 1 次提交
-
-
由 石晓伟 提交于
-
- 12 1月, 2022 1 次提交
-
-
由 Chen Weihang 提交于
-
- 30 12月, 2021 1 次提交
-
-
由 Chen Weihang 提交于
-
- 29 12月, 2021 1 次提交
-
-
由 Qi Li 提交于
-
- 22 12月, 2021 1 次提交
-
-
由 Zhanlue Yang 提交于
-
- 21 12月, 2021 1 次提交
-
-
由 石晓伟 提交于
* updates the check_file_diff_approvals for allocation refactor, test=develop * fix a bug, test=develop
-
- 03 12月, 2021 1 次提交
-
-
由 ronnywang 提交于
* refine structure for cuda and rocm * update * update * update * update
-
- 29 11月, 2021 1 次提交
-
-
由 lilong12 提交于
-
- 02 11月, 2021 1 次提交
-
-
由 wuhuanzhou 提交于
-
- 29 9月, 2021 1 次提交
-
-
由 Zeng Jinle 提交于
-
- 22 9月, 2021 1 次提交
-
-
由 Zeng Jinle 提交于
-
- 18 9月, 2021 1 次提交
-
-
由 Zeng Jinle 提交于
Change __init__.py to adapt the new FLAGS coding style and update CI to monitor FLAGS changing (#35849) * change __init__.py to adapt new FLAGS * test ci check, ready for revert * split __init__.py and FLAGS approval * Revert "test ci check, ready for revert" This reverts commit bbbd2442fe3e948fef790ec634085a2431474326.
-
- 13 8月, 2021 1 次提交
-
-
由 Hao Lin 提交于
* Add EmptyGradOpMaker CI Approval, test=develop * Fix typo in echo_line
-
- 28 7月, 2021 1 次提交
-
-
由 Zeng Jinle 提交于
-
- 26 7月, 2021 1 次提交
-
-
由 Leo Chen 提交于
-
- 19 7月, 2021 2 次提交
-
-
由 tianshuo78520a 提交于
* notest;test=approval * add npu approval
-
由 tianshuo78520a 提交于
* notest;test=approval * notest;test=approval * notest;test=approval * notest;test=approval * notest;test=approval * notest;test=approval * notest;test=approval * notest;test=approval * notest;test=approval * notest;test=approval * notest;test=approval * del test py
-
- 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
-
- 16 6月, 2021 1 次提交
-
-
由 iducn 提交于
* modify reviewer, test=document_fix * modify reviewer, test=document_fix
-