heimdallr.utilities.publisher.unpacking.pull_gpu_info¶
- heimdallr.utilities.publisher.unpacking.pull_gpu_info(include_graphics_processes: bool = True) dict [source]¶
Get all information about all your graphics cards.
- Returns
- The returned result is a dict with 3 keys: count, driver_version and devices:
count: Number of gpus found driver_version: The version of the system’s graphics driver devices: It’s a list and every item is a namedtuple Device which has 10 fields, for exzample id, name and fan_speed etc.
It should be noted that the Process field is also a namedtuple which has 11 fields.
- Return type