1. 18 Aug, 2023 1 commit
  2. 08 Aug, 2023 1 commit
  3. 27 Jul, 2023 1 commit
    • Yuting Jiang's avatar
      Release - SuperBench v0.9.0 (#558) · e1df877b
      Yuting Jiang authored
      **Description**
      Cherry-pick bug fixes from v0.9.0 to main.
      
      **Major Revision**
      - CI/CD: pipeline - clean more disk space to fix rocm building image
      pipeline(#555 )
      - Benchmarks: bug fix - use absolute path for input file in
      DirectXEncodingLatency(#554)
      - CI/CD - add push win docker image on release branch in pipeline (#552)
      - Docs - Upgrade version and release note(#557)
      e1df877b
  4. 24 Jul, 2023 1 commit
  5. 06 Jul, 2023 1 commit
  6. 05 Jul, 2023 4 commits
  7. 03 Jul, 2023 1 commit
  8. 30 Jun, 2023 3 commits
  9. 29 Jun, 2023 4 commits
  10. 28 Jun, 2023 1 commit
  11. 21 Jun, 2023 1 commit
  12. 16 Jun, 2023 1 commit
  13. 14 Jun, 2023 1 commit
  14. 23 May, 2023 1 commit
  15. 04 May, 2023 1 commit
  16. 28 Apr, 2023 2 commits
  17. 24 Apr, 2023 1 commit
  18. 14 Apr, 2023 1 commit
    • Yifan Xiong's avatar
      Release - SuperBench v0.8.0 (#517) · 51761b3a
      Yifan Xiong authored
      
      
      **Description**
      
      Cherry-pick bug fixes from v0.8.0 to main.
      
      **Major Revisions**
      
      * Monitor - Fix the cgroup version checking logic (#502)
      * Benchmark - Fix matrix size overflow issue in cuBLASLt GEMM (#503)
      * Fix wrong torch usage in communication wrapper for Distributed
      Inference Benchmark (#505)
      * Analyzer: Fix bug in python3.8 due to pandas api change (#504)
      * Bug - Fix bug to get metric from cmd when error happens (#506)
      * Monitor - Collect realtime GPU power when benchmarking (#507)
      * Add num_workers argument in model benchmark (#511)
      * Remove unreachable condition when write host list (#512)
      * Update cuda11.8 image to cuda12.1 based on nvcr23.03 (#513)
      * Doc - Fix wrong unit of cpu-memory-bw-latency in doc (#515)
      * Docs - Upgrade version and release note (#508)
      Co-authored-by: default avatarguoshzhao <guzhao@microsoft.com>
      Co-authored-by: default avatarZiyue Yang <ziyyang@microsoft.com>
      Co-authored-by: default avatarYuting Jiang <yutingjiang@microsoft.com>
      51761b3a
  19. 28 Mar, 2023 1 commit
  20. 25 Mar, 2023 1 commit
  21. 24 Mar, 2023 1 commit
  22. 22 Mar, 2023 2 commits
  23. 21 Mar, 2023 2 commits
  24. 20 Mar, 2023 2 commits
  25. 17 Mar, 2023 1 commit
  26. 06 Mar, 2023 2 commits
  27. 27 Feb, 2023 1 commit
    • Yuting Jiang's avatar
      Benchmarks: Revision - Support flexible warmup and non-random data... · eba298f5
      Yuting Jiang authored
      Benchmarks: Revision - Support flexible warmup and non-random data initialization in cublas-benchmark  (#479)
      
      **Description**
      revise cublas-benchmark for flexible warmup and fill data with fixed
      number for perf test to improve the running efficiency.
      
      **Major Revision**
      - remove num_in_steps for warmup to support more flexible warmup setting
      for users
      - Add support to generate input with fixed number for perf test
      eba298f5