- 10 3月, 2023 10 次提交
-
-
由 sneaxiy 提交于
* add attn_bias.py * add Python interface * add license * add test_attn_bias.py * fix CPU test error * fix ci error
-
由 陈沧夜 提交于
-
由 Charles-hit 提交于
* support variable parameter in optest * add error msg for use tensor attr in static code gen * fix static code gen * fix prim op test * modify comment * fix op test * fix ci * remove code
-
由 wuhuachaocoding 提交于
-
由 Aurelius84 提交于
* [framework]support pass stop_gradient in static mode * fix control_flow op stop_gradient
-
由 kangguangli 提交于
* remove with_data_parallel in custom op test * finish TestCustomOpReluModelStaticMultiDevice * fix typo * add checks for relu output * fix ci * fix ci * fix compile checks * fix coverage ci
-
由 niuliling123 提交于
-
由 liuruyan 提交于
-
由 Zhang Zheng 提交于
* [AMP OP&Test] Modify the logic of comparing grad in bfloat16
-
由 Chitsing KUI 提交于
-
- 09 3月, 2023 22 次提交
-
-
由 yangjianfengo1 提交于
* AMP arange & Test * fix arange bfloat16 dtype * update for review * update for review2 * fix tile * update * fix ci * r * f * fix windows ci * update bfloat data * fix bloat16 input * add print * Update test_where_op.py * update kernel * del repeat * update review
-
由 yangjianfengo1 提交于
* where op test * update bfloat16 * fix * fix windows ci * update bfloat16 data * fix bloat16 x * reset * fix randint * add print * add delta * cancel print * code style * update revirew
-
由 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 8 次提交
-
-
由 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
-