- 13 4月, 2023 4 次提交
-
-
由 jiangcheng 提交于
* [CINN] optest add cinn check test * replace set self.check_cinn to pass check_cinn by function parameter * fix ci bug * add cinn atol/rtol
-
由 lzydev 提交于
* fix bug in cross_entropy in static mode * fix ci-coverage
-
由 Kim Yann 提交于
* rem cncl in new test * rem cncl in build sh * rem cncl in old test
-
由 gaoziyuan 提交于
--------- Co-authored-by: NZhang Jun <ewalker@live.cn>
-
- 12 4月, 2023 11 次提交
-
-
由 Yulong Ao 提交于
* [Auto Parallel] Speedup the completion process * [Auto Parallel] Skip the property of dist_context when deepcopying * [Auto Parallel] Remove the unnecessary print * [Auto Parallel] Move some changes from 2.4 branch to develop * Update engine.py * [Auto Parallel] Fix a bug
-
由 张春乔 提交于
* remove c_comm_init_hccl_op.cc and c_gen_hccl_id_op.cc * remove gen_hccl_id_op.cc
-
由 CHANGer 提交于
-
由 Aurelius84 提交于
-
由 qizhaoaoe 提交于
* fix dtype cast in amp. * add test case and update docs. * remove set_prim.
-
由 gaoziyuan 提交于
-
由 Wei Shengyu 提交于
* add bf16 support and bf16/fp16 unittest for pool2d * add include files * dbg * reformat * reformat * modify code according to review comment * remove duplicate code * remove dup code * remove useless include * dbg
-
由 RedContritio 提交于
* move python/paddle/fluid/tests/unittests/xpu to test/xpu * update CMakeLists.txt * remove xpu in fluid/tests/unittests/ * add path to op_test_xpu * fix incorrect path * update test script * fix test_adadelta_op_xpu error
-
由 Guoxia Wang 提交于
* [AMP OP&Test] support bf16 for batchnorm * codestyle * Update batch_norm_grad_kernel.cu * Update batch_norm_kernel.cu * fix codestyle * fix * fix * fix * fix * fix * Update batch_norm_kernel.cc
-
由 chenjian 提交于
* fix * fix * fix * fix * fix * fix * fix * fix * fix * fix * fix * fix * fix * fix * fix * isamp * gpu * cpu * noamp * fix instance_norm * fix * fix unit test * fix unit test * add unit test * fix * add big data tests * fix * fix * fix * fix * fix * fix * fix * add test case * fix * fix * fix * fix * fix * remove amp test --------- Co-authored-by: Nheyanru01 <429520051@qq.com>
-
由 megemini 提交于
* 【Hackathon 4th No.13】为 Paddle 新增 Bernoulli API * [Change]change unittest_py scipy version * [Change]修改BernoulliNumpy的类型参数;优化静态图测试流程 * [Change]优化类的初始化及逻辑;增加0D相关测试用例
-
- 11 4月, 2023 15 次提交
-
-
由 Yuanle Liu 提交于
-
由 Xiaoxu Chen 提交于
-
由 zhangyuqin1998 提交于
-
由 RedContritio 提交于
-
由 Kai Xing 提交于
* [Test MV] fft * Update test_spectral_op.py
-
由 YuhangLi 提交于
* stack fp16 & bf16 support * unstack fp16 support * unstack bf16 support * append stack fp16 ut * add unstack * recover unstack cpu kernel * fix some issue for unstack ut * delete unuse var * add check_place * fix inference err
-
由 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
-
由 wuhuachaocoding 提交于
-
由 wangzhen38 提交于
-
由 cyberslack_lee 提交于
-
由 WangZhen 提交于
* Add backend for to_static API
-
由 jiangcheng 提交于
* [CINN] Reopen some prim+cinn unittest * revert scatter for ci * change cinn test timeout from 120 to 150
-
由 mhy-666 提交于
* add softmax_with_cross_entropybf16 test * correct defalut value in testBF16/FP16 op * fix test checkout/grad, add skipif
-
由 Thomas Young 提交于
-
由 石晓伟 提交于
-
- 10 4月, 2023 10 次提交
-
-
由 JYChen 提交于
* remove legacy profiler * rm test_parallel_executor_profiler
-
由 Difer 提交于
* add_fp_bf_for_flip_gaussian_random * forget convert uint * fix some error * fix some error
-
由 JZ-LIANG 提交于
* unique id for mesh * rng ctrl * support dropout * register op * adopt for recompute * update unitest * support pp
-
由 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
-
由 xiaoxiaohehe001 提交于
* Support two inputs of multihead attention named qk_multihead
-
由 cyberslack_lee 提交于
-
由 Vvsmile 提交于
* adjust defalut tolerance of output and grad * fix a bug in the grad of OpTest * fix the type of setting defalut value in optest, both forward and backward * add defalut * fix test_sum_op * adjust tolerance * fix the tolerance of eager * add bf16 and fp16 to the activation tests * remove some fixs * fix activation * fix fp16 * fix gelu * fix the activation tests * add bfloat16 specialization to singrad and cosgrad * fix bugs * fix bugs * add unittest * add skip * add fp/bf to rrelu/rrelu_grad * git add rrelu * fix bugs
-
由 Wilber 提交于
-
由 qizhaoaoe 提交于
* add fp16 and bf16 support for instance_norm * fix /= operator which not support bf16 * fix instance_norm_grad kernel and unittests. * fix fp32 unittests. * fix instance_norm_kernel and unittests. * fix instance_norm_grad_kernel and unittest threshold. * add fp16/bf16 for instance_norm_grad_grad op. * add bf16 dtype check. * fix conflicts. * fix cpu support for fp32 op and fix type in instance_norm_grad_kernel. * fix type in instance_norm_kernel. * fix bf16 outputs in unittests and refine codes. * fix dx computation. * delete unuseful params and head including. * add fp16/bf16 for static graph. * fix device condiction for instance_norm op. * fix instance_norm_grad_grad and bf16 op tests. * fix op_test to support grad of bf16 can be compared with fp32. * remove updates. * add self-defined grad.
-
由 Roc 提交于
-