cuda.bindings.nvml.device_get_field_values#
- cuda.bindings.nvml.device_get_field_values(intptr_t device, values)#
Request values for a list of fields for a device. This API allows multiple fields to be queried at once. If any of the underlying fieldIds are populated by the same driver call, the results for those field IDs will be populated from a single call rather than making a driver call for each fieldId.
- Parameters:
device (intptr_t) – The device handle of the GPU to request field values for.
values (FieldValue) – Array of FieldValue specifying what to retrieve.
See also
nvmlDeviceGetFieldValues