cuda.bindings.nvml.device_clear_field_values#

cuda.bindings.nvml.device_clear_field_values(intptr_t device, values)#
Clear values for a list of fields for a device. This API allows multiple fields to be cleared at once.

:param device: The device handle of the GPU to request field values for
:type device: Device
:param values: FieldValue instance to hold field values. Each value's fieldId must be populated
               prior to this call
:type values: FieldValue