1. 25 May, 2022 1 commit
  2. 29 Apr, 2022 1 commit
    • Yifan Xiong's avatar
      Release - SuperBench v0.5.0 (#350) · 6681c720
      Yifan Xiong authored
      
      
      **Description**
      
      Cherry-pick  bug fixes from v0.5.0 to main.
      
      **Major Revisions**
      
      * Bug - Force to fix ort version as '1.10.0' (#343)
      * Bug - Support no matching rules and unify the output name in result_summary (#345)
      * Analyzer - Support regex in annotations of benchmark naming for metrics in rules (#344)
      * Bug - Fix bugs in sync results on root rank for e2e model benchmarks (#342)
      * Bug - Fix bug of duration feature for model benchmarks in distributed mode (#347)
      * Docs - Upgrade version and release note (#348)
      Co-authored-by: default avatarYuting Jiang <v-yutjiang@microsoft.com>
      6681c720
  3. 20 Apr, 2022 1 commit
  4. 15 Apr, 2022 1 commit
  5. 11 Apr, 2022 2 commits
  6. 10 Apr, 2022 1 commit
  7. 08 Apr, 2022 2 commits
  8. 01 Apr, 2022 1 commit
  9. 31 Mar, 2022 1 commit
  10. 24 Mar, 2022 1 commit
  11. 22 Mar, 2022 1 commit
  12. 21 Mar, 2022 1 commit
  13. 17 Mar, 2022 1 commit
  14. 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
  15. 15 Mar, 2022 2 commits
  16. 09 Mar, 2022 1 commit
  17. 07 Mar, 2022 2 commits
  18. 06 Mar, 2022 1 commit
  19. 28 Feb, 2022 2 commits
  20. 25 Feb, 2022 1 commit
  21. 24 Feb, 2022 2 commits
  22. 22 Feb, 2022 1 commit
  23. 21 Feb, 2022 1 commit
  24. 20 Feb, 2022 2 commits
  25. 15 Feb, 2022 2 commits
  26. 10 Feb, 2022 1 commit
  27. 09 Feb, 2022 2 commits
  28. 08 Feb, 2022 2 commits
  29. 07 Feb, 2022 1 commit
    • Ziyue Yang's avatar
      Benchmarks: Revise Code - Reduce result variance in gpu_copy benchmark (#298) · 85389055
      Ziyue Yang authored
      **Description**
      This commit does the following to optimize result variance in gpu_copy benchmark:
      1) Add warmup phase for gpu_copy benchmark to avoid timing instability caused by first-time CUDA kernel launch overhead;
      2) Use CUDA events for timing instead of CPU timestamps;
      3) Make data checking an option that is not preferred to be enabled in performance test;
      4) Enlarge message size in performance benchmark.
      85389055
  30. 30 Jan, 2022 1 commit