1. 28 Dec, 2021 1 commit
  2. 27 Dec, 2021 1 commit
  3. 24 Dec, 2021 3 commits
  4. 23 Dec, 2021 3 commits
  5. 22 Dec, 2021 1 commit
  6. 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
  7. 14 Dec, 2021 1 commit
  8. 13 Dec, 2021 6 commits
  9. 10 Dec, 2021 5 commits
  10. 09 Dec, 2021 1 commit
  11. 08 Dec, 2021 2 commits
  12. 07 Dec, 2021 1 commit
  13. 06 Dec, 2021 1 commit
  14. 03 Dec, 2021 1 commit
  15. 02 Dec, 2021 3 commits
  16. 01 Dec, 2021 1 commit
  17. 30 Nov, 2021 1 commit
  18. 29 Nov, 2021 1 commit
  19. 26 Nov, 2021 1 commit
  20. 25 Nov, 2021 1 commit
  21. 18 Nov, 2021 1 commit
  22. 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
  23. 12 Nov, 2021 1 commit