cuda.bindings.nvml.device_get_power_mizer_mode_v1#

cuda.bindings.nvml.device_get_power_mizer_mode_v1(intptr_t device)#

Retrieves current power mizer mode on this device.

Parameters:

device (intptr_t) – The identifier of the target device.

Returns:

Reference in which to return the power mizer mode.

Return type:

nvmlDevicePowerMizerModes_v1_t

See also

nvmlDeviceGetPowerMizerMode_v1