- 14 2月, 2023 5 次提交
-
-
由 mhy-666 提交于
-
由 GGBond8488 提交于
* add gelu composite rule * use full replace fill_constant * change the form of calculation * remove float16 test for composite gelu * reformate code * remove float16 test case * add forwad with prim and backward without prim test * add float16 test for composite gelu and add high dims test * add float16 test case and high dims test * shield float16 and cpu test case * increase train step to 10 in test cinn prim gelu * replace pow to multiply
-
由 xjmxyt 提交于
* add cast setvalue op * add set_value to op teller * renew test and add description * add setAxis and add complex test * change test
-
由 Zhang Jun 提交于
* update trt workspace size for inference predictor ut
-
由 littleforest 提交于
-
- 13 2月, 2023 2 次提交
-
-
由 ykkk2333 提交于
* add xpu adagrad and where_grad kernels, test=kunlun * add xpu pool3d kernels, test=kunlun
-
由 RedContritio 提交于
* support size 0 dot input * prevent div 0 in grad * add unittest * remove unnecessary vlog * add unittests
-
- 11 2月, 2023 1 次提交
-
-
由 Wang Bojun 提交于
* eleadd_trans first version log fix * refine code for linear format, add pass check * linear format refine and ut fix * fix ut * windows ut * windows ut 2 * move tensorMeta and alloc to configure
-
- 10 2月, 2023 10 次提交
-
-
由 Ruibiao Chen 提交于
-
由 Leo Guo 提交于
d_bias are nullptr. Modify the code style of full_kernel.cc. Add new data type for concat, elementwise_add, gather, scale, scatter ops. test=kunlun
-
由 yuehuayingxueluo 提交于
-
由 Infinity_lee 提交于
-
由 RedContritio 提交于
* add dim check in scatter * add check in scatter.cu * add unittest * remove unnecessary log and comment --------- Co-authored-by: RedContritio <>
-
由 zhupengyang 提交于
-
由 LoneRanger 提交于
* 为split增加取值范围维度的判断 * 为glu的axis进行取值判断并添加单测 * 完善glu的单测 * fix glu
-
由 Aurelius84 提交于
-
由 mhy-666 提交于
* add test_std * add test_var * fix std/var assertequal * fix std/var assertequal * fix std/var assertequal * -madd api name to reduce_api * fix * fix var * fix * fix * fix stat * fix unitest * fix stat/var * fix stat/var, unittest * fix stat/std, unittest * add unittest of var,std, fix stat/var,std * fix stat/var, unittest * fix * fix unittest * fix * fix * fix * fix unittest
-
由 wangshengxiang 提交于
-
- 09 2月, 2023 6 次提交
-
-
由 Zhang Jun 提交于
* update * support int64 shape tensor as engine input * add inference_predictor ut
-
由 zqw_1997 提交于
* remove dygraph.parallel.ParallelEnv * logger.py error: AttributeError: module 'paddle' has no attribute 'distributed' * move the implenmentation to the root folder * logger.py import ParallelEnv from paddle.parallel to avoid circular import * add the comment of why import ParallelEnv from paddle.parallel in logger.py and remove the api interface in the paddle/parallel.py * outdated Env and note removed * decouple the logger.py and ParallelEnv * remove another ref of parallel in init.py
-
由 yuehuayingxueluo 提交于
* fix the processing order of passes in pass_base.py * fix processing order * add _PASS_PROCESS_ORDER_LIST * delete some pass in _PASS_PROCESS_ORDER_LIST * add assert in pass_base.py * remove fuse_optimizer * add _fusion_opt_list_rule * add test_pass_base_list.py * fix some bug * add fused_attention * add some passes to list * fix ci bug * fix ci bug
-
由 wangxiaoning 提交于
-
由 pangengzheng 提交于
-
由 Wang Bojun 提交于
* trans_layernorm
-
- 08 2月, 2023 9 次提交
-
-
由 Paulina Gacek 提交于
* QuantTranpose pattern is being found by pass * quant + transpose fuse * code style changes * UT written, reorder fixed * Dequantize + transpose2 fuse added * pass name changed * UT added & shift corrected * got rid of redundancy * review changes * AsIntermediate corrected * compat added
-
由 Zhang Jun 提交于
* update * update * format code * update * Update test_trt_convert_nearest_interp_v2.py
-
由 Yuang Liu 提交于
-
由 zmxdream 提交于
* hidden unzip * fix * fix
-
由 tianshuo78520a 提交于
-
由 tianshuo78520a 提交于
-
由 cyber-pioneer 提交于
* add flag * change flag * use prim flag * fix code * fix softmax prim flag * set case timeout
-
由 Zhong Hui 提交于
-
由 WangZhen 提交于
-
- 07 2月, 2023 7 次提交
-
-
由 zyfncg 提交于
* remove axis in some elementwise api * fix inplace bug eager-gen * fix bug * revert change for CheckInplace * polish code
-
由 张春乔 提交于
-
由 张春乔 提交于
-
由 Yuang Liu 提交于
* xpu scatter ut no backward * update gather xpu ut
-
由 张春乔 提交于
* fix the div 0 error of sequence_concat * Update test_sequence_concat.py
-
由 wangzhen38 提交于
-
由 cyber-pioneer 提交于
move composite test case remove unuseful var add composite op blacklist
-