1. 03 Jan, 2023 1 commit
  2. 24 Jan, 2022 1 commit
  3. 26 Sep, 2021 1 commit
    • Yifan Xiong's avatar
      Release - SuperBench v0.3.0 (#212) · dfbd70b1
      Yifan Xiong authored
      
      
      **Description**
      
      Cherry-pick  bug fixes from v0.3.0 to main.
      
      **Major Revisions**
      * Docs - Upgrade version and release note (#209)
      * Benchmarks: Build Pipeline - Update rccl-test git submodule to dc1ad48 (#210)
      * Benchmarks: Update - Update benchmarks in configuration file (#208)
      * CI/CD - Update GitHub Action VM (#211)
      * Benchmarks: Fix Bug - Fix wrong parameters for gpu-sm-copy-bw in configuration examples (#203)
      * CI/CD - Fix bug in build image for push event (#205)
      * Benchmark: Fix Bug - fix error message of communication-computation-overlap (#204)
      * Tool: Fix bug - Fix function naming issue in system info  (#200)
      * CI/CD - Push images in GitHub Action (#202)
      * Bug - Fix torch.distributed command for single node (#201)
      * CLI - Integrate system info for node (#199)
      * Benchmarks: Code Revision - Revise CMake files for microbenchmarks. (#196)
      * CI/CD - Add ROCm image build in GitHub Actions (#194)
      * Bug: Fix bug - fix bug of hipBusBandwidth build (#193)
      * Benchmarks: Build Pipeline - Restore rocblas build logic (#197)
      * Bug: Fix Bug - Add barrier before 'destroy_process_group' in model benchmarks (#198)
      * Bug - Revise 'docker run' in sb deploy (#195)
      * Bug - Fix Bug : fix bug of error param operations to operation in rccl-bw of hpe config (#190)
      Co-authored-by: default avatarYuting Jiang <v-yujiang@microsoft.com>
      Co-authored-by: default avatarGuoshuai Zhao <guzhao@microsoft.com>
      Co-authored-by: default avatarZiyue Yang <ziyyang@microsoft.com>
      dfbd70b1
  4. 27 Aug, 2021 1 commit
  5. 20 Jun, 2021 1 commit
  6. 31 May, 2021 1 commit
  7. 27 May, 2021 1 commit
    • Yuting Jiang's avatar
      Benchmarks: Add benchmark - add source code of cublas function micro benchmark (#77) · 87f6b371
      Yuting Jiang authored
      
      
      * Superbenchmark: Add benchmarks - add cublas function micro benchmark
      
      * format
      
      * add python benchmark for cublas functions, example and test file
      
      * detele python related and rename some files
      
      * revise cmd_helper and move json package to cmake
      
      * resolve conflict
      
      * revise error handing to try-catch and update some code style
      
      * revise cmd_helper.h, cublas_helper.h, cublas_helper.cpp
      
      * revise structure of the cublas function
      
      * add some comments and move cuda_init and cuda_free
      
      * add comments for class member
      
      * add ramdom seed, revise input from file to json string, simplify cmake
      
      * delete json file in source code of cublas
      
      * update according comments
      
      * limit batchcount=1 in initialization of cublas function which do not use batch count
      
      * revise and fix some errors of annotations
      
      * update according comments and revise construction of CublasFunction
      Co-authored-by: default avatarroot <root@sb-validation-000001.51z1chmys5fuzfqyo4niepozre.bx.internal.cloudapp.net>
      87f6b371