- 29 8月, 2023 24 次提交
-
-
由 张春乔 提交于
* 240 * fix bugs * fix bugs
-
由 Sonder 提交于
* remove flag * open static build flag * add searchsorted to list * add register info for fused layernorm * fix fused_layernorm_kernel output registe info * fix stft registe info * add include * fix registe info * add skip fake init for fused_layernorm:residual_out * fix error * add distributed_fused_lamb_init to StaticBuildBlackList * set static_build flag to false
-
由 duanyanhui 提交于
* support cum & multinomial for dcu * rm commt
-
由 ronnywang 提交于
-
由 ronnywang 提交于
-
由 iSerendipity 提交于
-
由 小飞猪 提交于
[xdoctest][task 200] reformat example code with google style in `python/paddle/tensor/creation.py` (#56685) * [Doctest]fix No.200, test=docs_preview * fix output * add retain_grads * fix style
-
由 张春乔 提交于
-
由 xiaoguoguo626807 提交于
* modify test comp grad * modify test comp grad
-
由 Xavier ZXY 提交于
-
由 gouzil 提交于
* [Fluid] move lars_momentum to phi * add sig * fix optional Output * off check_dygraph * fix input * fix operator[] * fix * try fix AllocateTmpTensor * fix * fix type * Update paddle/phi/kernels/gpu/lars_momentum_kernel.cu * fix type * rollback * Add Registration * try fix win * try fix win * try use double * try use operator *(float,const Derived &) * try auto * fix * fix * fix * fix dtype * fix type * fix index
-
由 lzy 提交于
-
由 zhangbo9674 提交于
This reverts commit 1409e4ec.
-
由 cyberslack_lee 提交于
* fix * fix
-
由 xiaoye 提交于
[clang-tidy] No. 53,54 enable cppcoreguidelines-c-copy-assignment-signature and bugprone-use-after-move (#56601)
-
由 Nyakku Shigure 提交于
-
由 小飞猪 提交于
[xdoctest][task 181-183] reformat example code with google style in `sparse/multiary.py`,`distributed/auto_parallel/*` (#56665) * [Doctest]fix No.181-183, test=docs_preview * add env skip
-
由 gouzil 提交于
-
由 gouzil 提交于
-
由 gouzil 提交于
* [clang-tidy]add skip * fix compatibility * fix
-
由 gouzil 提交于
-
由 gouzil 提交于
-
由 gouzil 提交于
-
由 gouzil 提交于
-
- 28 8月, 2023 16 次提交
-
-
由 hong 提交于
* update * fix batch norm grad args def * fix bug * fix combine slice bug * fix slice bug * update builtin split
-
由 张春乔 提交于
[API Enhancement] No.6 support single `int` input in UpsamplingNearest2D and UpsamplingBilinear2D (#56470) * enhance single int input in UpsamplingNearest2D and UpsamplingBilinear2D * add unittest * add unittest
-
由 Aditya Raj 提交于
* Update loss.py --refactored fluid_softmax_with_cross_entropy * Update loss.py
-
由 gouzil 提交于
-
由 Zhenghai Zhang 提交于
* enable clang-analyzer-cplusplus.InnerPointer check * fix bug
-
由 niuliling123 提交于
-
由 GGBond8488 提交于
【inplace api】Batch add inplace api gt_, ge_, lt_, le_, eq_, not_equal_, logical_and_, logical_or_, logical_xor_, logical_not_, divide_, floor_divide_, bitwise_and_ , bitwise_or_, bitwise_xor_, bitwise_not_ (#55509) * tmp commit * add atan2 * add inplace api * fix error * add inpalce divide * add inplace api * add more inplace * add more inpalce * fix logical_not error * support sinh and cosh in cpu * support asin, acos, atan, asinh, acosh, atanh in cpu * fix typro * fix typro * mv out atan2 ldexp * mv out atan2 ldexp * support sinh and cosh in gpu * support asin, acos, atan, asinh, acosh, atanh in gpu * fix ge error * fix dygraph commpare error * fix dygraph commpare error * check complex in python * fix cast inpalce error * open inplace test * fix ops.yaml error * mv cast inpalce to python * fix coverage ci * add last inplace * fix inplace error * fix cast error * fix error * add nan_to_num_ * fix typro * fix sparse cast error * remove gpu 4 * fix static cast error * tmp commit * add atan2 * add inplace api * fix error * add inpalce divide * add inplace api * add more inplace * add more inpalce * fix logical_not error * fix typro * fix typro * mv out atan2 ldexp * mv out atan2 ldexp * fix ge error * fix dygraph commpare error * fix dygraph commpare error * fix cast inpalce error * open inplace test * fix ops.yaml error * mv cast inpalce to python * fix coverage ci * add last inplace * fix inplace error * fix cast error * fix error * add nan_to_num_ * fix typro * fix sparse cast error * remove gpu 4 * fix static cast error * fix cast error * fix * Revert "check complex in python" This reverts commit c822064261d774dd58ad46a4f90ba8b467700a05. * add renorm , fix error * add coverage * fix cumsum inpalce version error * add cast inpalce impl * rm test.log * fix multiply_dyfunction and add multiply_backward test * add and use is_same_tensor * fix typro * fix sone error * fix typro --------- Co-authored-by: NScotty <jmhgchn@gmail.com> Co-authored-by: NScotty <527407973@qq.com>
-
由 iLeGend 提交于
[xdoctest][task 213,215-217] reformat example code with google style in `python/paddle/distributed/fleet/base` (#56651) * [xdoctest][task 213,215-217] reformat example code with google style in python/paddle/distributed/fleet/base * fix output as comments
-
由 Wennie396 提交于
* fix eval_loss bug in parallelizer_v2.py * fix fetch problem in pass_utils.py
-
由 liuruyan 提交于
Add dimOp, tieProductEqualOp. access constraint_func in SymbolTable. Lowing DenseTensorType. (#56615) * add symbolicDimProduct & symbolicDimMgr without method shape_constraint related. * add pd_type.cc to ir_shape CMakeLists. * add dimOp, tieProductEqualOp. access constraint_func in SymbolTable. * put DenseTensorType into builtin_type.
-
由 Xavier ZXY 提交于
* Fix: The number of times to recursively compute the difference supports any number * Fix: use pre-commit to format code
-
由 Xianduo Li 提交于
* test ci pattern_rewrite on mac_apple test=develop * remove todo test=develop
-
由 winter-wang 提交于
-
由 Ikko Eltociear Ashimine 提交于
* Add Japanese docs * Delete CODE_OF_CONDUCT_ja.md
-
由 lijin23 提交于
-
由 Yuanle Liu 提交于
-