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