- 09 3月, 2023 20 次提交
-
-
由 zqw_1997 提交于
* move fluid.utils to paddle.utils.layers_utils * fix error * delete original fluid layers utils * remove import and old utils * remove more old utils import * change import path of fill_constant in the layers_utils.py * fix mistake * fix error * expose in __init__.py * for comment * when change the ref of func is_sequence, it should change to the root of is_sequence instead * for codecheck
-
由 GGBond8488 提交于
* add prim erf grad * add yaml config for prim erf grad * add math.h * add cmath * add math defines * use define math * use define math * define M_2_SQRTPI * M_2_SQRTPI math * try math.h * fix typro * remove pow in erf grad * use new optest * add fp16 fp32 test * remove fp16 test
-
由 pangengzheng 提交于
* support run haokanctr model in heterps-models * polish setup.py * polish JVM_LIB in evn_dict
-
由 will-jl944 提交于
* add softplus double grad * use constant method
-
由 Charles-hit 提交于
* support elementwise_pow bfloat16 * add only_check_prim parameters in check_grad * modify unit test * fix floor test * fix sigmoid bfloat16 test * norm some ops prim test * add unit16 for sqrt
-
由 姜永久 提交于
* fix accuracy and activation * add adadelta * support pad2d * support pad * modify exponential and linear_interp_v2 * modify meshgrid test * add group_norm * support some ops * modify activation&group norm * modify act * reset group_norm * modify acti * modify pow test * modify acti * lint * modify mkldnn test * fix acti * modify adadelta * lint * fix act mkldnn * reset acti
-
由 Zhang Zheng 提交于
-
由 wangzhen38 提交于
* [clear ps] del some all list * [clear ps] for ci * [clear ps] rm fluid emb
-
由 Charles-hit 提交于
-
由 WangZhen 提交于
-
由 xiaoxiaohehe001 提交于
* split_list
-
由 Weilong Wu 提交于
* support reshape test on prim and cinn * fix mkldnn test * polish test case
-
由 Aurelius84 提交于
* [Dy2St]Enhance @to_static auto-skip paddle inner API * fix comment * fix class method
-
由 zhouweiwei2014 提交于
-
由 yangjianfengo1 提交于
* tile_op * fix bfloat16 x * update review * del out
-
由 SylarTiaNII 提交于
* add abs composite backward op * add missing changes during merge * modify according to new rules * local UT OK * fix typo * codestyle * register composite operator * add fp16 test for abs * replace experimenta::tensor
-
由 Ghost Screaming 提交于
* Fix bug of reduce_sum op. When input.numel() > INT32_MAX, its result is wrong. * Remove climits. * Fix bug of hybrid parallel strategy with recompute using bf16. * Fix bug of recompute_hybrid ctx.amp_dtype * Fix bug of amp_dtype. * Fix bug of auto_cast.
-
由 TaoTao Li 提交于
* * add comm context for device context * add broadcast phi operator kernel and api * add broadcast support dtype, update ut * fix broadcast bfloat16 type * fix ut * update test_collective_broadcast_api timeout to 300
-
由 姜永久 提交于
-
由 wangzhen38 提交于
* [cinn] add elementwise_pow backward * [cinn] update unnitest * [cinn] update by comments * [cinn] for ci * [cinn] for ci * [cinn] for ci * [cinn] for ci * [cinn] for ci
-
- 08 3月, 2023 16 次提交
-
-
由 kangguangli 提交于
* remove with_data_parallel in collective_optimizer * add comm op * fix collective optimizer * remove check_err_log=True
-
由 YuhangLi 提交于
* mean fp16 * fp16 * [AMP OP&Test] mean append bf/fp16 * means append more bf16 uts * format class name * fix ci * fix for windows * fix issue * fix redundancy * fix redund * fix elewise_max ut bf16 numeric delta * remove use func
-
由 whs 提交于
-
由 LoneRanger 提交于
* move entry_attr * remove evaluator * fix evaluator
-
由 Meteor Liu 提交于
-
由 FlyingQianMM 提交于
-
由 姜永久 提交于
* modify optimizer tests * lint
-
由 yangjianfengo1 提交于
* tile_op * fix bfloat16 x
-
由 Kang Zhao 提交于
* feat: add relu composite rule * feat: add relu composite rule, maximum op * feat: add relu composite rule, maximum op * feat: add relu composite rule, polish comments * feat: add relu composite rule, polish comments * feat: add relu composite rule, add python api of relu * feat: add relu composite rule, commit hook * fix: maximum type error & ban cinn test * fix: maximum input sequence bugs * resolve conflicts * fix: code style bugs * add: relu fp16 test
-
由 张春乔 提交于
* modify the 'import' position * rollback * move 'from paddle.fluid.io import save_inference_model' to head of api.py
-
由 kangguangli 提交于
-
由 Weilong Wu 提交于
* support transpose test on prim and cinn * fix transpose logic and polish eager_op_test
-
由 YuanRisheng 提交于
* move io * fix ci bugs * fix ci bugs * fix py3 bugs * fix example code * fix example code * fix text * fix text * deal with ci bugs * perfect code according comment * delete import batch
-
由 kangguangli 提交于
-
由 kangguangli 提交于
-
由 niuliling123 提交于
-
- 07 3月, 2023 4 次提交
-
-
由 GGBond8488 提交于
* fix cumsum prim op maker type error * add axis=None test for cumsum_grad prim * fix t
-
由 ccrrong 提交于
* add stack composite rule * add float16 datatype test
-
由 zhupengyang 提交于
-
由 Moqim 提交于
add comment.
-