- 09 5月, 2023 2 次提交
 - 
- 
由 zqw_1997 提交于
* fix doc erros, test=allcase * conflict * test=allcase * test=allcase * test=allcase * test=allcase * test=allcase * test=allcase * test=allcase * test=allcase * test=allcase * test=allcase * test=allcase * test=allcase * test=allcase * test=allcase * test=allcase * test=allcase * test=allcase * test=allcase * test=allcase * test=allcase * test=allcase * test=allcase * test=allcase * test=allcase * test=allcase * fix doc erros, test=allcase * fix the to_tensor error
 - 
由 JYChen 提交于
* support 0-D output and 0-D as indice in __getitem__ * fix tests * fix inference and UT * add unittest for setitem * fix xpu test * fix xpu 0-d * fix right value is 0d and index is List/Tensor * Hack__getitem__ from 0-d to 1-d with FLAGS_set_to_1d * change PHI_DECLARE_xxx to DECLARE_xxx since the change not merged to 2.5 * hack 1-D tensor to Scalar * throw warning at __getitem__, not slice_utils
 
 - 
 - 06 5月, 2023 1 次提交
 - 
- 
由 Zhang Zheng 提交于
低精度算子支持和单测补充,合并 cherry pick 17个Hackathon PR,共覆盖25个OP的低精度支持及完善
 
 - 
 - 05 5月, 2023 1 次提交
 - 
- 
由 Aurelius84 提交于
* [Perf]Removed usless assign op in while_loop * refine assign
 
 - 
 - 27 4月, 2023 1 次提交
 - 
- 
由 wangfengsheng1999 提交于
[Cherry-Pick]Support output 0D for is_empty/as_complex/inner/dot/rank/tensordot/squeeze_/static.accuracy/static.auc/metric.accuracy (#53199) * support output 0D for is_empty/as_complex/inner/dot/rank/tensordot/squeeze_/static.accuracy/static.auc/metric.accuracy * test_dot_py * test_dot_py
 
 - 
 - 24 4月, 2023 1 次提交
 - 
 - 23 4月, 2023 1 次提交
 - 
- 
由 JYChen 提交于
* support 0-D output and 0-D as indice in __getitem__ * fix tests * fix inference and UT * add unittest for setitem * fix xpu test * fix xpu 0-d
 
 - 
 - 21 4月, 2023 1 次提交
 - 
- 
由 Zhang Zheng 提交于
【Part II】补充API静态图中的check_dtype支持对float16和bfloat16的检查
 
 - 
 - 20 4月, 2023 1 次提交
 - 
- 
由 Zhang Zheng 提交于
【Part I】补充API静态图中的check_dtype支持对float16和bfloat16的检查
 
 - 
 - 14 4月, 2023 5 次提交
 - 
- 
由 cyberslack_lee 提交于
 - 
由 chenxujun 提交于
* Add digamma, dirichlet tests * Fix code
 - 
由 chenxujun 提交于
 - 
由 骑马小猫 提交于
* support uint16 python op in d2s * convert uint16 -> bfloat16 in docstring
 - 
由 Yiqun Liu 提交于
* Unify the static amp codes of fp16 and bf16. * Polish apis and add unittest. * Add operator stats collecting tools for program. * Add the check of number of bloat16 operators in unittest. * Add warning for operator not supported for amp. * Add testing of BF16 O1 and O2.
 
 - 
 - 13 4月, 2023 2 次提交
 - 
- 
由 Zhang Zheng 提交于
* [AMP OP&Test] Support fp16&bf16 in reduce_max
 - 
由 chenxujun 提交于
 
 - 
 - 12 4月, 2023 1 次提交
 - 
- 
由 Aurelius84 提交于
 
 - 
 - 11 4月, 2023 3 次提交
 - 
- 
由 WJJ1995 提交于
* add bfp16 test for isfinite * fixed for ci * deal with comments * fixed test * skip test in cpu * deal with comments * fixed for ci * fixed testcase * fixed for ci * fixed for testcase
 - 
由 cyberslack_lee 提交于
 - 
由 Thomas Young 提交于
 
 - 
 - 10 4月, 2023 2 次提交
 - 
- 
由 LyndonKong 提交于
* add PoissonNLLLoss API * update unittests * Fix poisson_nll_loss init and update data type support * remove type comment * Update doc string * Fix doc string erro * Fix doc string math equation format * Add float16 and bfloat16 support
 - 
由 cyberslack_lee 提交于
 
 - 
 - 09 4月, 2023 1 次提交
 - 
- 
由 shaojie_wang 提交于
 
 - 
 - 06 4月, 2023 3 次提交
 - 
- 
由 scotty 提交于
 - 
由 Kim Yann 提交于
* rem is_compiled_with_npu * rem nup related code * make lint happy * rem test * remove some tests * Update grad_scaler.py * fix an error
 - 
由 WJJ1995 提交于
* fixed glog * add * add bfloat16 test for logical op * rm useless code * add uint16 * deal with comments * fixed code style * fixed code style * fixed for ci * deal with comments * fixed for ci
 
 - 
 - 04 4月, 2023 1 次提交
 - 
- 
由 chenxujun 提交于
* Add pool3d lgamma masked_select tests * Fix code
 
 - 
 - 03 4月, 2023 1 次提交
 - 
- 
由 denglianbin 提交于
* finish task * fix error * pre-commit fix code style * add unittest. * change unittest. * delete unittest case.
 
 - 
 - 01 4月, 2023 1 次提交
 - 
- 
由 Li-fAngyU 提交于
 
 - 
 - 31 3月, 2023 2 次提交
 - 
- 
由 zyfncg 提交于
* add yaml for some op * fix inplace_abn * fix test_leaky_relu_grad_grad_functor * fix yaml * fix typo
 - 
由 张春乔 提交于
* autofix Co-authored-by: NLiyulingyue <83450930+Liyulingyue@users.noreply.github.com> * revert changes in python/paddle/distributed/fleet/utils/hybrid_parallel_util.py * empty commit, trigger ci * fix test_slice --------- Co-authored-by: NSigureMo <sigure.qaq@gmail.com>
 
 - 
 - 30 3月, 2023 6 次提交
 - 
- 
由 Roc 提交于
 - 
由 zxcd 提交于
* add scatter composite rule. * add public_python_api * add python unit16 support. * fix code style. * add cinn to makelist * cinn unsupport uint16, forbidden cinn when dtype==uint16.
 - 
由 yunyaoXYY 提交于
* add FP16 for multinomial * fix input data * update code * fix FP16 * fix code
 - 
由 zhenhailiu 提交于
* polish * add type check
 - 
由 cyberslack_lee 提交于
[CodeStyle][C416][C417] rewrite unnecessary comprehension with function call and use generator instead of map (#52140) * codestyle c416 c417 * fix error * fix inc * unify all C4 rules into one * fix inc --------- Co-authored-by: NSigureMo <sigure.qaq@gmail.com> - 
由 wanghuancoder 提交于
* delete old dygraph op test
 
 - 
 - 29 3月, 2023 2 次提交
 - 
- 
由 wuyefeilin 提交于
* add fp16/bf16 to clip op * fix as reviewed * update test_clip_op.py * update test_clip_op.py
 - 
由 zhouweiwei2014 提交于
 
 - 
 - 28 3月, 2023 1 次提交
 - 
- 
由 wanghuancoder 提交于
* delete old dygraph op test
 
 -