1. 01 6月, 2022 5 次提交
    • zhouweiwei2014's avatar
      Unify sparse api in paddle.incubate (#43122) · 13add823
      zhouweiwei2014 提交于
      13add823
    • G
      fix the bug of adamw which set the attribute in param group not working (#43013) · 77bae9a4
      Guoxia Wang 提交于
      * fix the bug of adamw which set the attribute in param group not working
      
      * fix undefined variable
      
      * fix api example typo
      
      * add unittest
      
      * fix unittest typo
      77bae9a4
    • C
      add some comp op costs (#43114) · bd018360
      caozhou 提交于
      bd018360
    • Y
      [Auto Parallel] Add miscellaneous improvements (#43108) · 010aba33
      Yulong Ao 提交于
      * [Auto Parallel] Add the parallel tuner
      
      * [Auto Parallel] Improve the parallel tuner and fix some bugs
      
      * upodate cost model
      
      * update import Resharder by dist op
      
      * update cost model
      
      * fix comp cost bug
      
      * update cost model
      
      * [Auto Parallel] Amend the dist attr for #processses=1
      
      * update cost model and tuner
      
      * update cost model and tuner
      
      * update cost model and tuner
      
      * update cluster
      
      * update reshard
      
      * [Auto Parallel] Add the estimation from the cost model
      
      * [Auto Parallel] Reimplement the backup and restore functions
      
      * [Auto Parallel] Fix the bugs of the parallel tuner
      
      * [Auto Parallel] Update the engine api and dist context
      
      * [Auto Parallel] Work around the high order grad problem
      
      * [Auto Parallel] Add some miscellaneous improvements
      
      * [Auto Parallel] Add a unittest for DistributedContext
      Co-authored-by: Ncaozhou <caozhou@radi.ac.cn>
      010aba33
    • C
      [Yaml]add conv3d, depthwise_conv2d yaml (#42807) · 5f2c251c
      chentianyu03 提交于
      * add conv3d yaml
      
      * add conv3d_grad, conv3d_double_grad
      
      * add final_state_conv3d test case
      
      * add conv3d double test case
      
      * add depthwise_conv2d grad yaml
      
      * add depthwise_conv2d double grad test case
      
      * modify the order of args
      
      * add depthwise_conv2d_grad_grad config
      5f2c251c
  2. 31 5月, 2022 11 次提交
  3. 30 5月, 2022 8 次提交
  4. 28 5月, 2022 1 次提交
  5. 27 5月, 2022 5 次提交
  6. 26 5月, 2022 1 次提交
  7. 25 5月, 2022 3 次提交
    • F
      [MLU] adapt coalesce_tensor op for mlu (#42873) · cbb24136
      fwenguang 提交于
      cbb24136
    • X
      [EinsumOp] Optimize the backward speed of EinsumOp (#42663) · 71b046cd
      xiongkun 提交于
      * change logic for optimize
      
      * modifty
      
      * optimize the backward speed of EinsumOp
      
      * add cache optimizer for einsum op
      
      * EinsumOp: fix new dygraph mode error
      
      * fix bug
      
      * change Cache->InnerCache
      
      * fix code
      
      * fix
      
      * add nan inf utils for einsum op
      
      * add as_extra
      
      * Compatible with v2.3 EinsumOp
      
      * remove dispensable
      71b046cd
    • M
      Dynamic graph support to Automatic SParsity. (#41177) · e5fc68b2
      Ming-Xu Huang 提交于
      * Dynamic graph support to Automatic SParsity.
      
      1. Added dynamic support to ASP module (paddle.fluid.contrib.sparsity).
      2. Added ASP related unit-tests regards to above changes.
      3. Put ASP module under paddle.static for now, waiting for APIs confirmation from Paddle.
      
      * Modified documents of functions to have correct examples.
      
      * Update in_dygraph_mode to paddle.in_dynamic_mode()
      
      * Modified documents of functions and added comments
      
      * Minor changes.
      
      * Fix example errors in asp API.
      
      * Code Change for Review
      
      1. Added more examples in documents.
      2. Chaged test_asp_pruning_static.
      
      * Minor changes
      
      * Update ASP function documents.
      
      * Update ASP function documents.
      
      * Reduce test case size of asp pruning due CI time limit.
      
      * Update time limitation to some asp UTs.
      
      * Fix sample code errors.
      
      * Fix sample code errors.
      
      * Fix sample code errors.
      
      * Update time limitation to parts of ASP UTs.
      
      * Update UTs to fit with CI.
      
      * Reduce problem size in python/paddle/fluid/tests/unittests/asp/test_fleet_with_asp_dynamic.py
      
      * Added paddle.asp
      
      * Fixed type casting error of OpRole.Optimize in new dygraph mode.
      
      * Made set_excluded_layers be compatible with 2.2
      
      * Fix example code of calculate_density.
      
      * Update code examples.
      
      * Move paddle.asp to paddle.incubate.asp
      
      * Fixed an example error of calculate_density
      e5fc68b2
  8. 24 5月, 2022 3 次提交
  9. 23 5月, 2022 3 次提交