- 28 3月, 2023 3 次提交
-
-
由 Kim 提交于
-
由 Haohongxiang 提交于
-
由 jiangcheng 提交于
* [AMP] add fp16&bf16 support for flatten op * fix ci bug * fix inpute should astype self.dtype bug and fix zerodim test name * remove 0D-tensor bf16 test for window-inference-ci pass * remove flatten from op_accuracy_white_list
-
- 27 3月, 2023 1 次提交
-
-
由 Leo Chen 提交于
* unbind support bool dtype * replace np.array_equal
-
- 25 3月, 2023 1 次提交
-
-
由 Infinity_lee 提交于
* codestyle up027 * add to pyproject.toml
-
- 24 3月, 2023 1 次提交
-
-
由 yeliang2258 提交于
* add uint16 dtype check for compare ops * update doc
-
- 23 3月, 2023 4 次提交
-
-
由 Yuang Liu 提交于
-
由 yeliang2258 提交于
* add bf16 and fp16 tests * fix dtype check
-
由 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
-
由 denglianbin 提交于
* finish pr * skip cpu test for logical * change test style * fix error.
-
- 21 3月, 2023 3 次提交
-
-
由 GGBond8488 提交于
* remove fluid.data * fix typro * fix somme unitest error * fix conflicts * fix sample code error * fxi sample coder error * fxi sample code error * fxi sample code error * fix xpu test error * fix xpu test error * Delete ps_pb2.py * fix test error * fix typro * fix sample code error * fix comments * fix test norm op data * fix sample code error * fix conflicts
-
由 Ainavo 提交于
-
由 zhouweiwei2014 提交于
* [Zero-Dim] Support output 0D for argmin/argmax/median/kthvalue/mode/equal_all/allclose * fix CI
-
- 20 3月, 2023 3 次提交
-
-
由 zhouweiwei2014 提交于
-
由 Yiqun Liu 提交于
* Add fp16 and bf16 to the checking dtype list of rand apis. * Remove the checking of raising TypeError.
-
由 GGBond8488 提交于
* migrate fill_constant to paddle.tensor * move fill_constant to paddle.tensor and repalce the reference * add missing fill_constant replacement * fix typro * remove unused import fill_constant * fix zeros import error * fix circle import * fix layers.zeros * fix unitest * fix unitests * fix unitest * use paddle.full replace fill_constant in samplecode * fix sample code * recovery xpu test * recovery xpu test * fix circle import * fix utils import error * fix utils error * fix circle import * redo * fix circle import * fix prim fill constant import * fix type error * fix increase error * fix test error * fix fill_constant
-
- 17 3月, 2023 3 次提交
-
-
由 Ainavo 提交于
* add_fp16_for_diff * fix doc_for_fp16
-
由 PommesPeter 提交于
* added paddle.polar to paddle * added paddle.polar unitest * failed to use pytorch for evaluating results, and changed with numpy implementation * updated code style * updated __init__.py * updated code style * fixed unitest code * lkh test polar * polar add * fixed errors and optimized code * fixed error * optimized polor api * updated code style * updated code style --------- Co-authored-by: Ndiadestiny <1247889154@qq.com>
-
由 mhy-666 提交于
* add sqrt composite rule/test * add sqrt composite rule/test * fix ops/sqrt, add cinn test * fix sqrt_comp * fix sqrt_comp * fix sqrt_comp * fix * fix codestyle * fix codestyle * add fp16 test * add ops/sqrt * fix * fix * fix unitest * fix * fix * fix
-
- 16 3月, 2023 1 次提交
-
-
由 JZ-LIANG 提交于
* update env setting * update pass logic * dist op support bf16 * backward cast update * update setting * update backward * revert amp pass * update fp16 backward logic * register c_embedding bf16 * revert engine * add unitest * add unitest * update unitest * update cmake * update math * update math.py * update unitest * update unitest * revise unitest * revise unitest * update unitest * update unitest * update unitest
-
- 15 3月, 2023 3 次提交
-
-
由 Jiabin Yang 提交于
* support amp logic for layer_norm and softmax * fix layer_norm amp * fix layernorm api and dropout fp16 * fix layernorm api and dropout fp16 * fix bn, ln dtype in float16 * fix dropout fp16 * fix comment
-
由 Yuang Liu 提交于
-
由 Guoxia Wang 提交于
-
- 14 3月, 2023 4 次提交
-
-
由 zhouweiwei2014 提交于
-
由 wangxiaoning 提交于
-
由 Li-fAngyU 提交于
* update empty api to support compex dtype at static mode * code style * code style * 补充注释里的类型描述
-
由 denglianbin 提交于
* finish task * add static_check and fix unittest. * add int32/64 * Update test_cross_op.py --------- Co-authored-by: NZhang Ting <Douyaer2020@qq.com>
-
- 13 3月, 2023 1 次提交
-
-
由 wangxiaoning 提交于
* add fp16/bf16 * add grad bf16 * test name
-
- 10 3月, 2023 1 次提交
-
-
由 陈沧夜 提交于
-
- 09 3月, 2023 4 次提交
-
-
由 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
-
由 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
-
由 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
-
由 yangjianfengo1 提交于
* tile_op * fix bfloat16 x * update review * del out
-
- 08 3月, 2023 2 次提交
-
-
由 yangjianfengo1 提交于
* tile_op * fix bfloat16 x
-
由 Weilong Wu 提交于
* support transpose test on prim and cinn * fix transpose logic and polish eager_op_test
-
- 07 3月, 2023 3 次提交
-
-
由 ccrrong 提交于
* add stack composite rule * add float16 datatype test
-
由 hg-1099255210 提交于
-
由 yikaikkk 提交于
* add float16 to log log1p logsumexp * update log * update test_activation_op.py * update * update codestyle * Update test_activation_op codestyle * update * update * up * update codestyle * emmm * - --------- Co-authored-by: Nwqgo <1552367872@qq.com>
-
- 06 3月, 2023 2 次提交
-
-
由 BellaZYL 提交于
* add float16 to less_equal * update * update * update codestyle * update file name --------- Co-authored-by: Nwqgo <1552367872@qq.com>
-
由 Taylor-Layrose 提交于
-