cuda.bindings.nvml.device_get_ecc_mode#
- cuda.bindings.nvml.device_get_ecc_mode(intptr_t device) tuple#
Retrieves the current and pending ECC modes for the device.
- Parameters:
device (intptr_t) – The identifier of the target device.
- Returns:
int: Reference in which to return the current ECC mode.
int: Reference in which to return the pending ECC mode.
- Return type:
A 2-tuple containing
See also
nvmlDeviceGetEccMode