- 06 9月, 2023 12 次提交
-
-
由 wanghuancoder 提交于
* add_n and combine support selected rows
-
由 Ruibiao Chen 提交于
-
由 risemeup1 提交于
* fix bug * fix bug
-
由 Aurelius84 提交于
* [NewIR]Support Build(GroupOps) in NewIRCompiler and Add UT * fix unittest
-
由 yuchen202 提交于
* 更改相关文件 * Update ir.py * 恢复相关文件 * Update ir.py * Delete python/paddle/incubate/optimizer/modelaverage.py * Delete modelaverage.py * 尝试恢复文件 * Revert "尝试恢复文件" This reverts commit 8a263cfd4642614a48a30f648c61fc801331e550. * Revert "恢复相关文件" This reverts commit 24249b8191fb3901681ffa9d0e1ad79ef43454de. * Revert "Revert "尝试恢复文件"" This reverts commit 1b833d623770a851f202c68fff51e77723121a9d. * Revert "Revert "Revert "尝试恢复文件""" This reverts commit 64b3a816d1f0fef5ee9100480b8354749005a463. * Revert "Delete python/paddle/incubate/optimizer/modelaverage.py" This reverts commit 61986296bf48f7b9bef878bed6890c5dc2971481. * Revert "更改相关文件" This reverts commit a5ba675a948534401247b779d6a0fba0581d0628. * Apply suggestions from code review --------- Co-authored-by: NNyakku Shigure <sigure.qaq@gmail.com>
-
由 小飞猪 提交于
[xdoctest][task 268] reformat example code with google style in `/incubate/nn/layer/fused_transformer.py` (#56965) * [Doctest]fix No.268, test=docs_preview * Apply suggestions from code review --------- Co-authored-by: NNyakku Shigure <sigure.qaq@gmail.com>
-
由 iSerendipity 提交于
[xdoctest][task 79] reformat example code with google style in `python/paddle/nn/functional/loss.py` (#56901) * [Doctest] fix No.79, test=docs_preview * Apply suggestions from code review * fix gpu * fix * fix --------- Co-authored-by: NNyakku Shigure <sigure.qaq@gmail.com>
-
由 cyberslack_lee 提交于
* test=docs_preview * test=docs_preview * test=docs_preview * test=docs_preview * test=docs_preview * test=docs_preview * fix * test=docs_preview * test=docs_preview * fix * move stmts under imports --------- Co-authored-by: NSigureMo <sigure.qaq@gmail.com>
-
由 umiswing 提交于
-
由 Yuanle Liu 提交于
-
由 zhenhailiu 提交于
* sep group * add test * test ok * polish * test cmake script generated * add sep group * format * polish * polish
-
由 hong 提交于
-
- 05 9月, 2023 25 次提交
-
-
由 lzydev 提交于
* fix static_build for pp * add mannual_event to support streams across progs * revert static_build.sh * fix coverage-ci * modify the method to name events * change code according to review
-
由 tianshuo78520a 提交于
-
由 gouzil 提交于
* move to phi * fix * fix type
-
由 cyber-pioneer 提交于
* fix addn infermeta * fix rule bug
-
由 risemeup1 提交于
-
由 wanghuancoder 提交于
-
由 XiaociZhang 提交于
* [XPU] remove range check for ignore index * add a log
-
由 Ghost Screaming 提交于
* [WIP] Support std::vector<phi::Tensor> input and output for DistTensor. Concat forward and backward are verified. * Polish code for new dist tensor implementation. * Fix bug of DistTensor upgrade. Add support functions for std::vector<Tensor> -> std::vector<Tensor>. * Add support for DistTensor type of std::vector<phi::Tensor> as input or output of operators. Following testcases are passed. 1. concat: std::vector<phi::Tensor> -> phi::Tensor 2. unbind: phi::Tensor -> std::vector<phi::Tensor> 3. broadcast_tensors: std::vector<phi::Tensor> -> std::vector<phi::Tensor> * Polish code. Remove useless comments. * Add update_loss_scaling in skip_op_lists. * Polish code.
-
由 gouzil 提交于
* [clang-tidy] replenish cppcoreguidelines-narrowing-conversions * fix * fix
-
由 Wennie396 提交于
* replace amp.use_pure_fp16 with amp.dtype and amp.level * old api still use use_pure_fp16 * test_fuse_adamw_pass still use use_pure_fp16 * add test case tuning recompute with amp(float16,o2) * reset new test case properties TIMEOUT 60 * set smaller value of batch_size and batch_num * deepcopy dist_context fix _rename_input problem * fix loss name after cast * set tuning.enable=True and use engine._tune() * restore some changes in _rename_input()/_rename_output() * add self.amp_dtype for _cast_loss() in auto_parallel_amp.py * fix insert op index in _cast_loss()
-
由 gouzil 提交于
* [Fluid] move lars_momentum_xpu to phi * Empty-Commit;test=kunlun;
-
由 tianshuo78520a 提交于
-
由 tianshuo78520a 提交于
* Fix openblas * fix bug * Fix * Fix log * Fix log * Fix * Fix
-
由 huangjiyi 提交于
* update * update * fix empty arg * update test * update * fix bug * update
-
由 ronnywang 提交于
-
由 小飞猪 提交于
[xdoctest][task 184-185] reformat example code with google style in `distributed/auto_parallel/static/*` (#56666) * [Doctest]fix No.184,185, test=docs_preview * add env skip * fix @staticmethod * fix * add xdoctest for v2 * fix
-
由 KongAKun 提交于
* Fix styles of code * update the GPU option * add the GPU setup * remove the note * update the code
-
由 Ryan 提交于
* add docx * fix conversation * fix * fix code style * fix code style * Thank SigureMo * finished? * add ... and fix line * add skip doctest
-
由 张春乔 提交于
* Update private_helper_function.py * xdoc * Apply suggestions from code review * format and skip a to_static case * add a missing space --------- Co-authored-by: NSigureMo <sigure.qaq@gmail.com>
-
由 iSerendipity 提交于
[xdoctest][task 224-225] reformat example code with google style in `python/paddle/distributed/fleet` (#56815) * [Doctest]fix No.224-225, test=docs_preview * fix the AttributeError
-
由 Charles-hit 提交于
-
由 jiangfan06 提交于
-
由 jiangfan06 提交于
-
由 xiaoye 提交于
[clang-tidy] No. 57,58 cppcoreguidelines-explicit-virtual-functions clang-analyzer-core.NonNullParamChecker (#56649)
-
由 xiaoye 提交于
-
- 04 9月, 2023 3 次提交
-
-
由 WangZhen 提交于
-
由 tianhaodongbd 提交于
* add rotate_half in fused_rope * add position_ids in fused_rope * modified examples about fused_rope * add set_device in examples
-
由 Sonder 提交于
* remove has_structed_kerenl and has_fluid_kernel * add test_fused_layernorm_op to STATIC_BUILD_TESTS list * open static_build flag * remove distributed_fused_lamb_init from StaticBuildBlackList * use initialized replacing IsInitialized * recover codes * delete useless codes * close the flag
-