1. 16 Dec, 2021 2 commits
    • Yifan Xiong's avatar
      Tests - Refine test cases for microbenchmark (#268) · 020a63c6
      Yifan Xiong authored
      __Description__
      
      Refine test cases for microbenchmark:
      * Refine test fixture, add BenchmarkTestCase class.
      * Refine test data.
      * Resolve no numa issue for test_ib_loopback_util case.
      020a63c6
    • Yifan Xiong's avatar
      Bug - Fix issues for Ansible and benchmarks (#267) · a15f773b
      Yifan Xiong authored
      __Description__
      
      Fix issues for Ansible and benchmarks:
      * Cleanup Ansible runner private data dir to avoid out of disk space issue when node number is large.
      * Support both absolute and relative paths when fecth results.
      * Use a deterministic image in Ansible test to avoid image update.
      * Update logging format.
      * Delete torch models and inputs after export.
      a15f773b
  2. 14 Dec, 2021 1 commit
  3. 13 Dec, 2021 6 commits
  4. 10 Dec, 2021 5 commits
  5. 09 Dec, 2021 1 commit
  6. 08 Dec, 2021 2 commits
  7. 07 Dec, 2021 1 commit
  8. 06 Dec, 2021 1 commit
  9. 03 Dec, 2021 1 commit
  10. 02 Dec, 2021 3 commits
  11. 01 Dec, 2021 1 commit
  12. 30 Nov, 2021 1 commit
  13. 29 Nov, 2021 1 commit
  14. 26 Nov, 2021 1 commit
  15. 25 Nov, 2021 1 commit
  16. 18 Nov, 2021 1 commit
  17. 15 Nov, 2021 1 commit
    • guoshzhao's avatar
      Benchmarks: Add Feature - Extend the device manager utility to support more functions. (#239) · cc70f9c1
      guoshzhao authored
      **Description**
      Rename `nvidia_helper` utility as `device_manager` module and support more functions:
      ```
      device_manager.get_device_count()
      device_manager.get_device_utilization(idx)
      device_manager.get_device_temperature(idx)
      device_manager.get_device_power_limit(idx)
      device_manager.get_device_memory(idx)
      device_manager.get_device_row_remapped_info(idx)
      device_manager.get_device_ecc_error(idx)
      ```
      cc70f9c1
  18. 12 Nov, 2021 1 commit
  19. 10 Nov, 2021 1 commit
  20. 09 Nov, 2021 2 commits
  21. 30 Oct, 2021 1 commit
  22. 29 Oct, 2021 1 commit
  23. 27 Oct, 2021 2 commits
  24. 22 Oct, 2021 2 commits