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.

Parameters:
  • device (intptr_t) – The identifier of the target device.

  • driver_model (DriverModel) – The target driver model.

  • flags (unsigned int) – Flags that change the default behavior.

See also

nvmlDeviceSetDriverModel