1. 30 5月, 2022 1 次提交
  2. 19 5月, 2022 2 次提交
  3. 18 5月, 2022 1 次提交
  4. 13 5月, 2022 1 次提交
  5. 12 5月, 2022 1 次提交
  6. 10 5月, 2022 2 次提交
  7. 07 5月, 2022 1 次提交
  8. 06 5月, 2022 1 次提交
    • Z
      [AutoParallel] adapt for 2d laplace (#41601) · c043a21b
      zhaoyingli 提交于
      * add default_ctx in backward.py
      
      * record grad_var_to_var with grad_times
      
      * fix backward
      
      * update annotation
      
      * add complete_high_order_grad in complete_forward
      
      * add dist slice op
      
      * update grad_var_to_var type
      
      * update partition_block init mapping before loss op
      
      * update compatible for 'XShape' & update 'allreduce_vars'
      
      * add dist reshape op when input dim equal to output dim
      
      * update 'set_grad_var_shape' with grad_var_to_var
      
      * fix dist slice
      
      * fix set_grad_var_shape
      
      * add dist pnorm op
      
      * fix dist pnorm dist_attr
      
      * fix engine startprogram & adapt highorder grad
      
      * fix set_grad_var_shape when mp
      
      * update unittest
      
      * update cmakelist
      
      * default strategy in engine: dp
      
      * bug fix
      
      * tiny fix
      
      * flatten outputs
      
      * fix default strategy
      
      * init default ctx
      
      * tiny fix
      
      * test=allcase
      c043a21b
  9. 19 4月, 2022 2 次提交
  10. 18 4月, 2022 3 次提交
  11. 15 4月, 2022 1 次提交
  12. 30 3月, 2022 2 次提交
  13. 28 3月, 2022 2 次提交
  14. 25 3月, 2022 2 次提交
  15. 24 3月, 2022 1 次提交
  16. 23 3月, 2022 2 次提交
  17. 16 3月, 2022 1 次提交
    • Y
      [Auto Parallel] Add the support for the auto completion of while_op (#39939) · ec6b8fbd
      Yulong Ao 提交于
      * [Auto Parallel] Support the auto completion of while_op
      
      * [Auto Parallel] Improve the completion algorithms
      
      * [Auto Parallel] Fix bugs for ernie inference
      
      * [Auto Parallel] Remove attrs which cannot be pickled
      
      * [Auto Parallel] make the dims_mappings of LodTensorArray vars empty
      
      * [Auto Parallel] Fix bugs for the ernie inference in the pipeline parallel
      
      * [Auto Parallel] Remove unncessary comments
      
      * [Auto Parallel] Fix a bug of the CMakeLists
      
      * [Auto Parallel] Use the newest APIs to write the unit test
      
      * [Auto Parallel] Remove unnecessary statements
      ec6b8fbd
  18. 15 3月, 2022 2 次提交
  19. 14 3月, 2022 1 次提交
  20. 10 3月, 2022 1 次提交
  21. 07 3月, 2022 1 次提交
  22. 02 3月, 2022 1 次提交
  23. 24 2月, 2022 2 次提交
  24. 22 2月, 2022 2 次提交
  25. 18 2月, 2022 1 次提交
  26. 29 1月, 2022 1 次提交
    • J
      Auto parallel/qkv fuse (#39080) · fdedf909
      JZ-LIANG 提交于
      * support qkv fuse
      
      * support qkv fuse
      
      * update completion
      
      * update completion
      
      * update dist_split
      
      * rerun ci
      
      * is_auto_compatible added
      
      * is_auto_compatible added
      fdedf909
  27. 27 1月, 2022 2 次提交