1. 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
  2. 17 Jan, 2023 1 commit
  3. 03 Jan, 2023 1 commit
  4. 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