- 03 8月, 2023 1 次提交
-
-
由 wz1qqx 提交于
-
- 02 8月, 2023 3 次提交
-
-
由 wz1qqx 提交于
-
由 wanghuancoder 提交于
* fix security bug
-
由 wanghuancoder 提交于
* fix security bug
-
- 01 8月, 2023 1 次提交
-
-
由 hong19860320 提交于
-
- 31 7月, 2023 1 次提交
-
-
由 wanghuancoder 提交于
support stride
-
- 28 7月, 2023 1 次提交
-
-
由 Yuang Liu 提交于
-
- 26 7月, 2023 1 次提交
-
-
由 tianhaodongbd 提交于
-
- 24 7月, 2023 1 次提交
-
-
由 JYChen 提交于
* add IndexPutGradInfermeta to fix backward error in static-mode * codestyle
-
- 20 7月, 2023 1 次提交
-
-
由 zhupengyang 提交于
-
- 19 7月, 2023 2 次提交
- 13 7月, 2023 4 次提交
-
-
由 freeliuzc 提交于
* add init value for CudaSwishFunctor * add new phi kernel fusedBiasActKernel
-
由 Charles-hit 提交于
* [prim]support fp16 for instance_norm and instance_norm_grad * support fp16 and bfp16 dtype for instance_norm prim rules * fix new ir test --------- Co-authored-by: Ncxxly <chenxx_id@163.com>
-
由 lil-Xing 提交于
* add phi operator c_concat and ut * update create_var use * update copyright
-
由 RichardWooSJTU 提交于
* add matmul int8
-
- 12 7月, 2023 2 次提交
-
-
由 hong 提交于
* refine program translator * fix warning: not override * fix bug * merge new modifications * modify by reviews * resolve conflicts * resolve conflicts * fix * fix * update * support selected rows * update * add selectrows * fix bug * add ut * refine code * refien code * update * update * support selected rows * support selected rows * support dense tensor * remove useless code * polish code * remote standalone executor test --------- Co-authored-by: Nkangguangli <kangguangli@hotmail.com> Co-authored-by: Nzhangbo9674 <zhangbo54@baidu.com>
-
由 Wang Xin 提交于
* [clang-tidy] enable readability-container-size-empty check * fix test_custom_kernel Failed * add clang-tid-10 in dockerfile * add clang-tidy in dockerfile * fix bug
-
- 11 7月, 2023 3 次提交
-
-
由 pangengzheng 提交于
* support sharding parallel * fix name * fix * update * test amp for sharding --------- Co-authored-by: pangengzheng <pangengzheng.baidu.com>
-
由 MarDino 提交于
* add rmsnorm kernel * add static graph test * fix round type * use alignas to avoid msvc compile error * remove redundant headerfile to avoid rocm compile error * fix rocm compile not found cub * Add document
-
由 FormlessUnit 提交于
* rename weight_only/llm.int8
-
- 07 7月, 2023 1 次提交
-
-
由 wz1qqx 提交于
-
- 05 7月, 2023 2 次提交
- 03 7月, 2023 2 次提交
-
-
由 FormlessUnit 提交于
* add linear_compress API
-
由 niuliling123 提交于
-
- 30 6月, 2023 1 次提交
-
-
由 mjp9527 提交于
-
- 29 6月, 2023 1 次提交
-
-
由 niuliling123 提交于
* style * more * update ctest * Update legacy_backward.yaml * Update legacy_ops.yaml * Update legacy_ops.yaml * update * update * update for move
-
- 28 6月, 2023 1 次提交
-
-
由 Siming Dai 提交于
* add pos_weight in kernel * fix unittest * fix xpu * fix bce unittest, change infermeta order
-
- 27 6月, 2023 1 次提交
-
-
由 TaoTao Li 提交于
* add all_to_all phi operator, kernel, api * add all_to_all ut * tinyfix
-
- 26 6月, 2023 1 次提交
-
-
由 Sonder 提交于
* remove ops from OpsWithFluidKernelNeedMoveToPhi set * open static build flag * OpsWithFluidKernelNeedMoveToPhi * open new_executor_static_build * add infermate for cudnn_lstm * fix * update * fix * update * update * update * fix pow2 decay * fix pow2 decay * recover analysis_predictor.cc * fix pow2 decay * fix cudnn lstm * add output register info for svd * fix pow2_decay_with_linear_warmup_kernel * recover test lstm cudnn * recover svg register codes * fix register info * fix reduce sum register info * add output info for adadelta * add output info for adadelta * add output info for adamax * fix complex abs register info * add register info for cudnn_lstm_grad * recover * fix lstm cudnn * fix * fix xpu output registe info * remove std::cout * add backend * remove output info in pow2_decay_with_linear_warmup_kernel * add judgment in TensorShouldBeFakeInitialized * recover power_ * close new_executor_static_build * fix set_value_xpu
-
- 25 6月, 2023 1 次提交
-
-
由 lzydev 提交于
-
- 19 6月, 2023 1 次提交
-
-
由 Wang Xin 提交于
* static graph autogen code support for full_like op * fix * fix bug
-
- 16 6月, 2023 1 次提交
-
-
由 zhiboniu 提交于
* fix lamb always_adapt * fix optest * fix all optests
-
- 14 6月, 2023 2 次提交
-
-
由 zhouweiwei2014 提交于
* [Zero-Dim] paddle.nanmedian support 0D Tensor * fix CI
-
由 zhouweiwei2014 提交于
-
- 13 6月, 2023 1 次提交
-
-
由 NetPunk 提交于
-
- 09 6月, 2023 2 次提交
-
-
由 lzydev 提交于
* auto generate code for elementwise_max * auto generate code for elementwise_max * fix composite ops * fix bug of fmax
-
由 zhangbo9674 提交于
* refine code * refine code * refine code * refine code * refine code * refine code * refine code * fix bug * refine code * refine code * refine code * refine code * refine code * delete unused code * delete unused code * refine code
-
- 08 6月, 2023 1 次提交
-
-
由 Yiqun Liu 提交于
* Add outputs to check_numerics_kernel. * Add check_numerics to yaml. * Add API and unittest. * Add check_nan_inf_level as argument of check_numerics_kernel. * Add more unittests. * Fix static API implementation and unittest. * Move the implementation of check_numerics to paddle.amp. * Fix import error.
-