1. 03 9月, 2023 1 次提交
    • C
      【New IR】New ir op test v1.1(sum passed) (#56756) · e2af9d56
      Chen Zhiyang 提交于
      * add reference of lbfgs
      
      * add reference of lbfgs
      
      * new ir op test v1.0
      
      * fix new ir optest bug1.0
      
      * modify two testcase bug
      
      * add new ir white list & pass test_mean_op.py
      
      * rename white list
      
      * add new_ir_guard
      
      * new ir sum op test all pass
      
      * rename backward.grad as ir_backward.grad
      
      * check place for new ir
      
      * fix test_build_model env bug
      
      * fix test_prim_program backward bug
      
      * change backward to ir_backward in check_appr
      
      * add check_new_ir flag for mkldnn
      
      * clean
      
      ---------
      Co-authored-by: Nwangruting <wangruting@baidu.com>
      e2af9d56
  2. 01 9月, 2023 5 次提交
  3. 31 8月, 2023 14 次提交
  4. 30 8月, 2023 9 次提交
    • [xdoctest][task 239] reformat example code with google style in... · 1c858591
      小飞猪 提交于
      [xdoctest][task 239] reformat example code with google style in `python/paddle/incubate/asp/asp.py` (#56731)
      
      * [Doctest]fix No.239, test=docs_preview
      
      * fix style
      1c858591
    • [xdoctest] reformat example code with google style in No. 201 (#56472) · 5f3c7ba4
      张春乔 提交于
      * xdoc
      
      * Update python/paddle/tensor/einsum.py
      
      * Update einsum.py
      
      * Apply suggestions from code review
      
      * Update einsum.py
      
      * Apply suggestions from code review
      5f3c7ba4
    • G
      [Auto Parallel] Compatible new comm library upgrade (#56604) · ade51aa5
      Ghost Screaming 提交于
      * for verify
      
      fluid operator support new comm library
      
      * u
      
      * u
      
      * u
      
      * compatiable new comm library upgrade for c_allgather, c_reduce, c_reduce_scatter and c_scatter.
      
      * Remove useless comments in process_group.py
      
      * Polish code style.
      
      * Fix some problems.
      
      * Remove use fluid api in phi comm_context_manager.
      
      * Add PPADDLE_WITH_CUDA and PADDLE_WITH_NCCL micro judgement.
      
      * Fix bug of HIP architecture.
      
      * Fix some problems.
      1. remove useless loggings.
      2. Fix conditional compilation for HIP.
      3. Fix problems of test_pass_generation_pipeline.py. It calls paddle.distributed.init_parallel_env() at first,
      then auto.Engine calls _init_comm(), which will calls process_group.instantiate(). However, init_parallel_env() will call
      paddle.distributed.barrier(), it will call CreateNCCLEnvCache and create corresponding NCCLCommContext. But dev_id is not
      set, as a result, NCCLCommContext's dev_ctx is not initialized.
      
      * Fix some problems.
      
      * Polish code.
      
      * Polish code.
      
      * Revert compatiable upgrade for communication operators. Their upgrades
      will be submitted in another PR.
      
      * Remove StaticTCPStore.
      
      * Remove useless modification.
      
      * Remove useless set_cuda_device_id.
      
      * Polish code.
      
      * Remove fluid header files in phi files.
      
      * Remove useless comments.
      
      * Fix problems of hip arch.
      
      * Fix some problems.
      
      * Polish code.
      
      * Polish code style.
      
      ---------
      Co-authored-by: TaoTao Li's avatarhitywt <yuwentao126@126.com>
      ade51aa5
    • C
      [Prim][NewIR] Support prim all in new IR (#56614) · e457c298
      cyber-pioneer 提交于
      * support prim all in new ir
      
      * process makefile
      
      * fix rule bug
      
      * polish case
      
      * fix flag
      
      * fix rules bug
      e457c298
    • N
      [docs] fix api labels in math.py (#56682) · 5d164968
      Nyakku Shigure 提交于
      5d164968
    • Y
      [Doctest]fix No.303, test=docs_preview (#56777) · 609c0321
      yoyoIcy 提交于
      609c0321
    • iSerendipity's avatar
      【complex op】No.6 add complex support for logical_and/or/xor/not (#56323) · 5cbf5bd4
      iSerendipity 提交于
      * 【complex op】No.6 add complex support for logical_and/or/xor/not
      
      * fix dtype check
      
      * modify the docs
      
      * add special condition for not raise when x.dtype is complex
      
      * add random generate for complex dtype
      
      * fix generate for complex
      
      * fix
      
      * fix
      
      * add corner case for complex type
      
      * fix ut
      
      * fix ut
      5cbf5bd4
    • L
      [xdoctest] reformat example code with google style in No.6-No.10 (#56146) · fc1e505e
      LoneRanger 提交于
      * fix sample code
      
      * fix bug
      
      * fix bug
      
      * Update regularizer.py
      
      * Update __init__.py
      
      * Update decorator.py
      
      * fix code-style
      fc1e505e
    • [xdoctest] reformat example code with google style in No.307 (#56595) · 34eecb0e
      张春乔 提交于
      * weight_norm_hook
      
      * Update weight_norm_hook.py
      
      * Update weight_norm_hook.py
      
      * Update python/paddle/nn/utils/weight_norm_hook.py
      
      * Update python/paddle/nn/utils/weight_norm_hook.py
      
      * Update python/paddle/nn/utils/weight_norm_hook.py
      Co-authored-by: NNyakku Shigure <sigure.qaq@gmail.com>
      
      * xdoc
      
      * Apply suggestions from code review
      
      * Apply suggestions from code review
      
      ---------
      Co-authored-by: NNyakku Shigure <sigure.qaq@gmail.com>
      34eecb0e
  5. 29 8月, 2023 9 次提交
  6. 28 8月, 2023 2 次提交