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. 09 Dec, 2021 1 commit
  4. 21 Oct, 2021 1 commit
  5. 12 Oct, 2021 1 commit
    • Yifan Xiong's avatar
      Docs - Refine document structure (#225) · 3d0fde12
      Yifan Xiong authored
      __Major Revisions__
      
      * Refine document structure for user tutorial.
      
      __Minor Revisions__
      
      * Add AMD part in installation.
      * Change default config file to latest link.
      3d0fde12
  6. 02 Sep, 2021 1 commit
  7. 16 Aug, 2021 1 commit
  8. 09 Aug, 2021 1 commit
  9. 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