1. 12 1月, 2023 1 次提交
  2. 29 12月, 2022 1 次提交
  3. 27 12月, 2022 1 次提交
  4. 21 12月, 2022 1 次提交
  5. 14 12月, 2022 1 次提交
    • Z
      [AutoParallel] recompute tuning (#48608) · 170a31f9
      zhaoyingli 提交于
      * [AutoParallel] recompute tuning
      
      * fix conflict
      
      * update comment
      
      * bug fix
      
      * update rc algo
      
      * tiny fix
      
      * fix clear process_group
      
      * remove comment
      
      * update segment print
      
      * fix import OpRole
      
      * adapt amp pass and grad_clip pass for opt_tuner
      
      * update tuning config
      
      * fix import
      
      * annotate recompute info on ops and upgrade recompute pass
      
      * add op_namescope for seed op
      
      * record reserved vars
      
      * fix recompute var's dist_attr
      
      * fix strategy unittest
      
      * adapt for fp16
      
      * update unittest
      
      * revert copy opt
      
      * update unittest
      
      * rename set_recompute_segments
      
      * fix unittest
      170a31f9
  6. 29 11月, 2022 1 次提交
  7. 08 11月, 2022 1 次提交
  8. 03 11月, 2022 1 次提交
  9. 01 11月, 2022 1 次提交
  10. 23 10月, 2022 1 次提交
  11. 10 10月, 2022 1 次提交
  12. 29 9月, 2022 1 次提交
  13. 28 9月, 2022 1 次提交
  14. 26 9月, 2022 1 次提交
  15. 14 9月, 2022 1 次提交
  16. 09 9月, 2022 1 次提交
  17. 29 7月, 2022 1 次提交
  18. 07 7月, 2022 1 次提交
  19. 29 6月, 2022 1 次提交
  20. 05 6月, 2022 1 次提交
    • S
      【code format check upgrade】 step2:yapf (#42944) · a072fca8
      Sing_chan 提交于
      * use yapf to format all python file
      
      * yapf exclude two unittests file for they rely on writing and reading file, and format will break them
      
      * disable diff_py_file because too many diff files cause command following failed
      a072fca8
  21. 30 5月, 2022 1 次提交
  22. 18 4月, 2022 1 次提交
  23. 28 3月, 2022 1 次提交
  24. 18 2月, 2022 1 次提交
  25. 12 1月, 2022 1 次提交
    • J
      [Dist Pass] Amp Pass (#38764) · cc24427e
      JZ-LIANG 提交于
      * auto parallel sharding base
      
      * chmod
      
      * add unitest
      
      * set unitest cmake dist label
      
      * revise code according to rewiew
      
      * chmod
      
      * bugfix for grad_clip and param broadcast
      
      * chmod
      
      * update unitest
      
      * chmod
      
      * add clip
      
      * chmod
      
      * add amp pass
      
      * chmod
      
      * add unitest
      
      * remove grad update
      
      * fixed bug
      
      * fixed bug
      
      * fixed typose
      
      * fixed typoes
      cc24427e