- 28 8月, 2023 21 次提交
-
-
由 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 提交于
-
由 kangguangli 提交于
* register set_value in new ir * fix * register set_value_grad * fix * fix * remove debug info * add unittest * fix * fix * fix * fix * fix * resolve comments
-
由 BiynXu 提交于
-
由 yoyoIcy 提交于
[Tools]Refine check_file_diff_approvals.sh and modify into Github Name to improve readability test=document_fix (#56675)
-
由 Chen Weihang 提交于
* simplify with dist marco * polish error message format * fix vtable error * fix cmake error * fix winsock redefined error * fix windows compile error * fix windows conpile failed * fix merge error * fix vec compile error * add port.h into test_cpu_vec * fix merge error * try to fix winsock error
-
由 Sonder 提交于
* move shuffle_batch to phi * remove useless codes * add test_shuffle_batch_op to STATIC_BUILD_TESTS * move shuffle_batch_kernel.cc to cpu folder * move shuffle_batch_grad to phi * rm shuffle_batch_op.h * change year at file head
-
由 xiaoguoguo626807 提交于
* support ir api form prim * convert vector of int to intarray * add reference of lbfgs * add reference of lbfgs * support ir api for prim * Add more gen api * concat python api to concat_grad * fix gen conflict * support vjp prim mode in new ir * remove useless code * add vjp autogen v1.0 * add test for prim * resolve type conflict * modify utils * remove useless code * add split op and modify some bug of vectorType * fix conflict * add concat python test * add split python api to vjp * modify build bug * modify run bug * fix conflict bug * build bug fix * modify python api bug * modify test * fix conflict * fluid backward recover * recover conflict * reply review comments * modify opruntimeinfo num --------- Co-authored-by: Ncyber-pioneer <chenzhuo@tju.edu.cn> Co-authored-by: NCharles-hit <wanghao107@baidu.com> Co-authored-by: N0x45f <wangzhen45@baidu.com> Co-authored-by: Nchenzhiyang <1792266893@qq.com> Co-authored-by: NChen Zhiyang <chenzhiyang99@126.com>
-
由 tianshuo78520a 提交于
-
由 tianshuo78520a 提交于
-
- 27 8月, 2023 2 次提交
-
-
由 megemini 提交于
-
由 Chen Zhiyang 提交于
* gen-temp-save * add concat vjp * remove useless print * code style * remove manual concat vjp
-
- 26 8月, 2023 1 次提交
-
-
由 ronnywang 提交于
-
- 25 8月, 2023 16 次提交
-
-
由 JZ-LIANG 提交于
* add embedding backward rule * update backward api * revert api * matmul inferbackward * update unitest
-
由 liuruyan 提交于
* fix windows_open_blas error. * fix cmakelists.
-
由 megemini 提交于
* [Change] forbid legacy sample code style * [Change] remove legacy sampcd_processor.py * [Fix] fix command * [Change] check plain style sample code * [Fix] fix logger * [Change] remove arguments * [Change] remove cb_required * [Change] change parse args * [Change] restore creation.py
-
由 xiongkun 提交于
-
由 LiYuRio 提交于
* support create shard dist tesnor * support non-zero shard to replicated * change reshard signature
-
由 hong 提交于
* support new ir load combine * update * polish code * remove print * update * update * update * polish code * fix bug * polish code * fix compile bug * fix bug * revert code * remove useless code * polish code
-
由 tianshuo78520a 提交于
-
由 ronnywang 提交于
-
由 wanghuancoder 提交于
* fix pylayer py39 mem leak
-
由 Ryan 提交于
* LGTM * [Doctest]fix No.125-137, test=docs_preview * [Doctest]fix No.125-137, test=docs_preview * fix codestyle * resolve conversation * change Example * fix example format... * fix my stupid fp16 * fix codestyple
-
由 小飞猪 提交于
* [Doctest]fix No.293-296, test=docs_preview * empty commit * code style * empty commit * fix timeout * fix timeout
-
由 xiaoguoguo626807 提交于
* modify sum with divide net bug mutablesttribute * delete prin * pulish backward * pulish backward
-
由 YuanRisheng 提交于
* fix test bugs * delete code
-
由 Yuanle Liu 提交于
* auto mixed precision inference support white list * update * update * update * move down identity_op_clean_pass * fix code style
-
由 hong 提交于
-
由 xiaoxiaohehe001 提交于
* add_bias_and_simplify_mmha
-