1. 30 Dec, 2022 1 commit
    • Yuting Jiang's avatar
      Executor - Add stdout logging util module and enable real-time logging flushing in executor (#445) · 9dfefce3
      Yuting Jiang authored
      **Description**
      Add stdout logging util module and enable real-time logging flushing in executor
      
      **Major Revision**
      - Add stdout logging util module to redirect stdout into file log
      - enable stdout logging in executor to write benchmark output into both stdout and file `sb-bench.log`
      - enable real-time log flushing in run_command of microbenchmarks through config `log_flushing`
      
      **Minor Revision**
      - add log_n_step args to enable regular step time log in model benchmarks 
      - udpate related docs
      9dfefce3
  2. 13 Dec, 2021 1 commit
  3. 02 Aug, 2021 1 commit
    • TobeyQin's avatar
      Docs - Add design document (#125) · 03d1fcac
      TobeyQin authored
      **Description**
      Add Executor and Benchmarks design doc
      
      **Major Revision**
      - Add Executor design doc
      - Add Benchmarks design doc
      03d1fcac