1. 28 Apr, 2022 1 commit
  2. 25 Apr, 2022 1 commit
    • user4543's avatar
      Bug - Fix bug of duration feature for model benchmarks in distributed mode. (#347) · b5b1c3da
      user4543 authored
      **Description**
      Fix bug of duration feature for model benchmarks in distributed mode.
      
      **Major Revision**
      - Add all_reduce to sync the result of is_finished(the function to judge whether the model benchmark should be stopped) in each step 
        - to avoid inconsistency between different ranks to determine duration end (some rank may enter one more step and can never finish)
      - Add torch.cuda.synchronize() before and after step time measuring in train_step() for all model benchmarks
        - some operations in train_step() maybe async resulting incorrect step time records (for example, lstm) 
      b5b1c3da
  3. 21 Apr, 2022 1 commit
  4. 19 Apr, 2022 1 commit
  5. 18 Apr, 2022 1 commit
  6. 16 Apr, 2022 1 commit
  7. 11 Apr, 2022 2 commits
  8. 10 Apr, 2022 1 commit
  9. 08 Apr, 2022 2 commits
  10. 01 Apr, 2022 1 commit
  11. 31 Mar, 2022 1 commit
  12. 24 Mar, 2022 1 commit
  13. 22 Mar, 2022 1 commit
  14. 21 Mar, 2022 1 commit
  15. 17 Mar, 2022 1 commit
  16. 16 Mar, 2022 1 commit
    • rafsalas19's avatar
      Benchmarks: Add Feature - Add GPU-Burn as microbenchmark (#324) · ff51a3ce
      rafsalas19 authored
      **Description**
      Modifications adding GPU-Burn to SuperBench.
      - added third party submodule
      - modified Makefile to make gpu-burn binary
      - added/modified microbenchmarks to add gpu-burn python scripts
      - modified default and azure_ndv4 configs to add gpu-burn
      ff51a3ce
  17. 15 Mar, 2022 2 commits
  18. 09 Mar, 2022 1 commit
  19. 07 Mar, 2022 2 commits
  20. 06 Mar, 2022 1 commit
  21. 28 Feb, 2022 2 commits
  22. 25 Feb, 2022 1 commit
  23. 24 Feb, 2022 2 commits
  24. 22 Feb, 2022 1 commit
  25. 21 Feb, 2022 1 commit
  26. 20 Feb, 2022 2 commits
  27. 15 Feb, 2022 2 commits
  28. 10 Feb, 2022 1 commit
  29. 09 Feb, 2022 2 commits
  30. 08 Feb, 2022 2 commits