- 25 3月, 2023 1 次提交
-
-
由 张春乔 提交于
-
- 23 3月, 2023 3 次提交
-
-
由 Infinity_lee 提交于
-
由 PuQing 提交于
[CodeStyle][C408][C409][C410] Fix unnecessary <dict/list/tuple> call and unnecessary <list/tuple> passed to <list/tupule>() (#51928) * autofix * add select config * autofix C410 * add C410 select
-
由 张春乔 提交于
-
- 21 3月, 2023 1 次提交
-
-
由 iSerendipity 提交于
* move DataType from paddle::experimental to phi * convert namespace * convert namespace * convert namespace * clarify namespace * convert more datatype * Revert "convert more datatype" This reverts commit 083b462959e6a22d4d8767707b628b95b396642e. * convert more in auto_code_generator * fix conflicts for XPU * fix namespace conflicts * fix errors * Revert "fix errors" This reverts commit f9d9958b54ee32141112274c8a5c3c381ab0f876. * fix errors * fix formatting
-
- 20 3月, 2023 2 次提交
-
-
由 HappyHeavyRain 提交于
-
由 Ainavo 提交于
* add_up004_for_ruff * 修改配置文件并清除object * fix md
-
- 17 3月, 2023 2 次提交
-
-
由 qizhaoaoe 提交于
* remove fluid.layers.collective and related unittests. * fix layers.init import * fix all_gather method * remove unused args in all_gather method
-
由 Nyakku Shigure 提交于
-
- 15 3月, 2023 3 次提交
-
-
由 kangguangli 提交于
* remove unit tests about GraphExecutionOptimizer * remove test file
-
由 JingZhuangzhuang 提交于
-
由 kangguangli 提交于
* remove parallel_executor related unit tests * fix CI
-
- 13 3月, 2023 1 次提交
-
-
由 kangguangli 提交于
-
- 10 3月, 2023 1 次提交
-
-
由 Yiqun Liu 提交于
Try to enable the collect of kernel registry infomation when there is no operators to test. (#51444) * Try to enable the collect of kernel registry infomation when there is no operators to test. * Change the branch_name to pr_whl.
-
- 09 3月, 2023 1 次提交
-
-
由 Yiqun Liu 提交于
* Add the collect and print of kernel registry infomation in op benchmark ci. * Little change to test the ci. * Remove the reduntant function. * Move the collect of kernel registry information to the end of ci.
-
- 06 3月, 2023 1 次提交
-
-
由 GGBond8488 提交于
-
- 03 3月, 2023 1 次提交
-
-
由 Haohongxiang 提交于
-
- 28 2月, 2023 2 次提交
-
-
由 iLeGend 提交于
-
由 xiaoguoguo626807 提交于
* modify name * merge develop * original code * build modify * success 2*2 * fused dim=1 failed * success * modify static * success for static except dim=1 * delete log * tmp modify * success * success * add fp1664 * delete fp16 cpu test * stop windows test * review modify * modify tanh test * modify tanh * fix_conflixt * modift static prim * fix_conflict * Update test_static_prim.cc * update * bug fix
-
- 27 2月, 2023 1 次提交
-
-
由 houj04 提交于
* [XPU] add fp16 support for shape op. * [XPU] add fp16 support for lookup_table_v2 op. * update approval list: add qingshu's id.
-
- 24 2月, 2023 2 次提交
-
-
由 chenxujun 提交于
-
由 xiaoguoguo626807 提交于
* support prim test in OpTest * fix cmake * fix op test * fix test_input_spec * disable cinn in reduce_sum unit test * add bfloat16 dtype for sum * add approve rules * polish code * add clear jit program function * convert grad out from tensor to numpy * remove unnecessary code * add only_prim flag * fix flag * fix op test * add attr * fix optest comp inplace error * fix op test * fix op test with guard * add initialization of check_comp flag * fix comp inplace error in op test * rename check_comp with check_prim and add bfloat16 dtype convert * rename comp_op_type to prim_op_type * rename comp to prim * remove useless code * skip ci check for only prim * add no_grad_vars and grad_outputs in prim test * fix var_dict * fix op test for only_prim * fix dy2static bugs * polish some code * temp * modify op test * except cinn test * modify bfp16 * modify pad grad * add pad_grad dtype * start cinn part --------- Co-authored-by: NCharles-hit <wanghao107@baidu.com>
-
- 23 2月, 2023 1 次提交
-
-
由 risemeup1 提交于
-
- 22 2月, 2023 2 次提交
-
-
由 Shuangchi He 提交于
* Fix some typos. Signed-off-by: Yulv-git <yulvchi@qq.com> * pre-commit Signed-off-by: Yulv-git <yulvchi@qq.com> --------- Signed-off-by: Yulv-git <yulvchi@qq.com>
-
由 YUNSHEN XIE 提交于
* fix coverage combine bug * update
-
- 21 2月, 2023 1 次提交
-
-
由 kangguangli 提交于
-
- 20 2月, 2023 5 次提交
-
-
由 chenxujun 提交于
-
由 cyber-pioneer 提交于
* check win * fix random error * fix manage
-
由 chenxujun 提交于
-
由 chenxujun 提交于
-
由 Nyakku Shigure 提交于
* add missing newline to some ci message * `\t` -> ` `
-
- 17 2月, 2023 2 次提交
-
-
由 risemeup1 提交于
-
由 xiaoguoguo626807 提交于
* add approve rules * add attr
-
- 16 2月, 2023 2 次提交
-
-
由 cyber-pioneer 提交于
-
由 chalsliu 提交于
-
- 15 2月, 2023 1 次提交
-
-
由 zachary sun 提交于
* add new approvals * modify github id
-
- 14 2月, 2023 2 次提交
-
-
由 kangguangli 提交于
* process unit test matched test_p* * fix ci bug * fix codestyle * remove all tests about pe and restore some irrelated tests * delete test_parallel_executor_test_while_train.py
-
由 risemeup1 提交于
-
- 08 2月, 2023 2 次提交
-
-
由 risemeup1 提交于
* add_eager_and_jit,test=ljd_test * test * test,test=ljd_test * test,test=ljd_test * test,test=ljd_test * test,test=ljd_test * test,test=ljd_test * test,test=ljd_test * add_eager_jit_dir,test=ljd_test * fix conflict,test=ljd_test * test,test=ljd_test * get new precise_map,test=ljd_test * test
-
由 Huang Jiyi 提交于
-