"docs/configuration/README.md" did not exist on "356077823ea8569ff15218e51228c1b3d50792a9"
  • 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
test_device_manager.py 2.25 KB