1. 11 Feb, 2021 2 commits
    • Sean Naren's avatar
      59eed176
    • Cheng Li's avatar
      Add flops profiler tutorial (#682) · e2dfe0d1
      Cheng Li authored
      * work on flops profiler tutorial
      
      * update flops profiler tutorial
      
      * add flops profiler tutorial and fix names
      
      * work on flops profiler tutorial
      
      * update flops profiler tutorial
      
      * add flops profiler tutorial and fix names
      
      * fix tailing ws
      
      * fix names
      
      * remove multistep profiling and update docs
      
      * fix cases where functionals and submodules coexist in a parent module, update readme
      
      * fix typo
      
      * always invoke post hook function
      
      * fix module flops sum and update tests
      
      * update tutorial
      e2dfe0d1
  2. 10 Feb, 2021 2 commits
  3. 09 Feb, 2021 1 commit
  4. 08 Feb, 2021 1 commit
    • Jon Eyolfson's avatar
      Improve starred expressions (#696) · b08aa6f3
      Jon Eyolfson authored
      * Improve starred expressions
      
      `deepspeed/profiling/flops_profiler/profiler.py` uses starred expressions
      that are no longer valid with [PEP 617][1]. The new Python parser is in 3.9,
      and this change allows DeepSpeed to run with the newest Python version. I have
      not checked all locations that has this issue. However, this change allows me
      to run simple examples.
      
      [1]: https://www.python.org/dev/peps/pep-0617/
      
      * Match style for "Improve starred expressions", although readability suffers
      
      The style guide might need to be updated for this new use case of expressions.
      Python [Issue 40631][1] includes more discussion on the change.
      
      [1]: https://bugs.python.org/issue40631
      
      Co-authored-by: default avatarCheng Li <pistasable@gmail.com>
      b08aa6f3
  5. 04 Feb, 2021 1 commit
  6. 02 Feb, 2021 1 commit
  7. 01 Feb, 2021 3 commits
  8. 29 Jan, 2021 2 commits
  9. 27 Jan, 2021 3 commits
  10. 26 Jan, 2021 1 commit
  11. 25 Jan, 2021 1 commit
  12. 20 Jan, 2021 3 commits
  13. 19 Jan, 2021 1 commit
  14. 15 Jan, 2021 5 commits
  15. 14 Jan, 2021 1 commit
  16. 13 Jan, 2021 2 commits
  17. 12 Jan, 2021 1 commit
  18. 08 Jan, 2021 5 commits
  19. 07 Jan, 2021 3 commits
  20. 06 Jan, 2021 1 commit