1. 08 11月, 2022 1 次提交
  2. 07 11月, 2022 1 次提交
  3. 04 11月, 2022 1 次提交
  4. 03 11月, 2022 2 次提交
  5. 02 11月, 2022 1 次提交
  6. 01 11月, 2022 2 次提交
    • N
      [CodeStyle][E711] use `is`/`is not` for comparison with `None` (#47452) · a35a4a53
      Nyakku Shigure 提交于
      * [CodeStyle][E711] use `is`/`is not` for comparison with `None`
      
      * `self.assertTrue($A is None)` -> `self.assertIsNone($A)`
      
      * `self.assertTrue($A is not None)` -> `self.assertIsNotNone($A)`
      
      * `self.assertFalse($A is None)` -> `self.assertIsNotNone($A)`
      
      * `self.assertEqual($A, None)` -> `self.assertIsNone($A)`
      
      * `self.assertNotEqual($A, None)` -> `self.assertIsNotNone($A)`
      a35a4a53
    • N
      [CodeStyle][E712] use `if cond`/`if cond is True` for comparison with `True` (#47464) · 5a2ab683
      Nyakku Shigure 提交于
      * [CodeStyle][E712] use `if cond`/`if cond is True` for comparison with `True`
      
      * revert changes in fluid
      
      * revert unrelated file
      
      * revert changes in norm
      
      * revert changes in auto_parallel_amp
      
      * fix norm and auto_parallel_amp
      
      * revert a typo fix due to fixed at #47477
      5a2ab683
  7. 30 10月, 2022 1 次提交
    • R
      Fix gen cmake (#47457) · 605b3f98
      Roc 提交于
      * maping from dist name scope to single name scope
      
      * update
      
      * fix gen cmake
      
      * support runtype is '' when using test_runner.py
      
      * Revert "fix gen cmake"
      
      This reverts commit d7a653d33aeacb8bb4a13957c9961ed9f626a18f.
      
      * update gen-ut-cmakelist; test=document_fix
      
      * revert code; test=document_fix
      605b3f98
  8. 29 10月, 2022 1 次提交
  9. 23 10月, 2022 1 次提交
  10. 20 10月, 2022 1 次提交
  11. 19 10月, 2022 2 次提交
  12. 18 10月, 2022 1 次提交
  13. 17 10月, 2022 1 次提交
  14. 14 10月, 2022 1 次提交
  15. 13 10月, 2022 1 次提交
  16. 12 10月, 2022 1 次提交
  17. 11 10月, 2022 3 次提交
  18. 09 10月, 2022 1 次提交
  19. 30 9月, 2022 1 次提交
  20. 29 9月, 2022 1 次提交
  21. 28 9月, 2022 1 次提交
  22. 27 9月, 2022 1 次提交
  23. 21 9月, 2022 2 次提交
  24. 20 9月, 2022 3 次提交
  25. 19 9月, 2022 2 次提交
  26. 16 9月, 2022 1 次提交
  27. 15 9月, 2022 1 次提交
    • Y
      [Auto Parallel] Improve the APIs (#45776) · b042a3b1
      Yulong Ao 提交于
      * [Auto Parallel] Use c++ dist attr in the completion process
      
      * [Auto Parallel] Add minor changes
      
      * [Auto Parallel] Use c++ dist attr in the completion process
      
      * [Auto Parallel] Add minor changes
      
      * [Auto Parallel] Add the serialization process for dist attrs
      
      * [Auto Parallel] Remove unnecessary comments
      
      * [Auto Parallel] Fix some bugs
      
      * [Auto Parallel] Fix the code style
      
      * [Auto Parallel] Remove unnecessary impls
      
      * [Auto Parallel] Fix the importing error
      
      * [Auto Parallel] Fix the copy from bugs of op dist attr
      
      * [Auto Parallel] Replace the use of constexpr if
      
      * [Auto Parallel] Redesign the shard_tensor, shard_op and ProcessMesh
      
      * [Auto Parallel] Change API of the completion unittest
      
      * [Auto Parallel] Fix the bug when set_attr an int
      
      * [Auto Parallel] Add the unittest for the serialization
      
      * [Auto Parallel] Add some unit tests
      
      * [Auto Paralle] Unify the strategy
      
      * [Auto Parallel] Improve the engine api
      
      * [Auto Parallel] Reset the changes made to the framework
      
      * [Auto Parallel] Change the engine unittest
      
      * [Auto Parallel] Update API of the completion and partitioner
      
      * [Auto Parallel] Update unit tests using engine api
      
      * update shard annotation
      
      * [Auto Parallel] Remove the modifications of other modules
      
      * [Auto Parallel] Add docs for APIs
      
      * add new strategy
      
      * [Auto Parallel] Replace the logger
      
      * [Auto Parallel] Restore the test_program.py
      
      * [Auto Parallel] Change the import rules
      
      * [Auto Parallel] Add the examples for Engine
      
      * [Auto Parallel] Do some minor changes
      
      * [Auto Parallel] Remove yaml dependency
      
      * [Auto Parallel] Fix the unittests
      
      * add valid after train
      
      * bug fix
      Co-authored-by: Nzhaoyingli <zhaoyingli@baidu.com>
      Co-authored-by: Ncaozhou <caozhou@radi.ac.cn>
      Co-authored-by: Ncaozhou <48191911+Caozhou1995@users.noreply.github.com>
      b042a3b1
  28. 14 9月, 2022 3 次提交
  29. 08 9月, 2022 1 次提交