cuda.bindings.nvml.device_set_driver_model#

cuda.bindings.nvml.device_set_driver_model(
intptr_t device,
int driver_model,
unsigned int flags,
)#
Set the driver model for the device.

:param device: The identifier of the target device.
:type device: intptr_t
:param driver_model: The target driver model.
:type driver_model: DriverModel
:param flags: Flags that change the default behavior.
:type flags: unsigned int

.. seealso:: `nvmlDeviceSetDriverModel`