cuda.bindings.nvml.device_get_default_ecc_mode#

cuda.bindings.nvml.device_get_default_ecc_mode(intptr_t device) int#
Retrieves the default ECC modes for the device.

:param device: The identifier of the target device.
:type device: intptr_t

:returns: Reference in which to return the default ECC mode.
:rtype: int

.. seealso:: `nvmlDeviceGetDefaultEccMode`