1. 05 Aug, 2021 1 commit
  2. 02 Aug, 2021 2 commits
  3. 30 Jul, 2021 1 commit
  4. 29 Jul, 2021 3 commits
  5. 27 Jul, 2021 2 commits
  6. 26 Jul, 2021 1 commit
  7. 23 Jul, 2021 2 commits
  8. 21 Jul, 2021 1 commit
  9. 20 Jul, 2021 2 commits
  10. 19 Jul, 2021 1 commit
  11. 16 Jul, 2021 2 commits
  12. 15 Jul, 2021 1 commit
  13. 13 Jul, 2021 2 commits
  14. 09 Jul, 2021 2 commits
  15. 08 Jul, 2021 1 commit
  16. 02 Jul, 2021 2 commits
    • Yifan Xiong's avatar
      Docs - Update README and version for v0.2.0 release (#111) · 43620c3f
      Yifan Xiong authored
      Update README and version for v0.2 release.
      43620c3f
    • Yifan Xiong's avatar
      Runner - Fetch benchmarks results on all nodes (#116) · fb7d4a73
      Yifan Xiong authored
      Fetch benchmarks results on all nodes, will rsync after each benchmark.
      The results directory structure on control node is as follows:
      
      ```
      outputs/
      └── datetime
          ├── nodes
          │   └── node-0
          │       ├── benchmarks
          │       │   ├── benchmark-0
          │       │   │   ├── rank-0
          │       │   │   │   └── results.json
          │       └── sb-exec.log
          ├── sb-run.log
          └── sb.config.yaml
      ```
      fb7d4a73
  17. 01 Jul, 2021 2 commits
  18. 30 Jun, 2021 2 commits
  19. 29 Jun, 2021 1 commit
  20. 28 Jun, 2021 3 commits
  21. 25 Jun, 2021 2 commits
  22. 23 Jun, 2021 1 commit
    • Yifan Xiong's avatar
      Bug bash - Fix bugs in multi GPU benchmarks (#98) · c0c43b8f
      Yifan Xiong authored
      * Add `sb deploy` command content.
      * Fix inline if-expression syntax in playbook.
      * Fix quote escape issue in bash command.
      * Add custom env in config.
      * Update default config for multi GPU benchmarks.
      * Update MANIFEST.in to include jinja2 template.
      * Require jinja2 minimum version.
      * Fix occasional duplicate output in Ansible runner.
      * Fix mixed color from Ansible and Python colorlog.
      * Update according to comments.
      * Change superbench.env from list to dict in config file.
      c0c43b8f
  23. 21 Jun, 2021 1 commit
  24. 20 Jun, 2021 1 commit
  25. 16 Jun, 2021 1 commit
    • Yifan Xiong's avatar
      Dockerfile - Update CUDA 11.1.1 Dockerfile (#96) · 25ec3a7c
      Yifan Xiong authored
      Update packages and add build cache for CUDA 11.1.1 Dockerfile:
      
      * Remove duplicate cmake and ompi, which are already in base image
      * Add hpcx and sharp lib
      * Add cache for gitmodules build
      * Sort apt-get packages
      25ec3a7c