cuda.bindings.nvml.device_set_power_mizer_mode_v1#

cuda.bindings.nvml.device_set_power_mizer_mode_v1(
intptr_t device,
intptr_t power_mizer_mode,
)#
Sets the new power mizer mode.

:param device: The identifier of the target device.
:type device: intptr_t
:param power_mizer_mode: Reference in which to set the power mizer mode.
:type power_mizer_mode: intptr_t

.. seealso:: `nvmlDeviceSetPowerMizerMode_v1`