cuda.bindings.nvml.device_set_ecc_mode#

cuda.bindings.nvml.device_set_ecc_mode(intptr_t device, int ecc)#

Set the ECC mode for the device.

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

  • ecc (EnableState) – The target ECC mode.

See also

nvmlDeviceSetEccMode