cuda.bindings.nvml.device_get_unrepairable_memory_flag_v1#

cuda.bindings.nvml.device_get_unrepairable_memory_flag_v1(
intptr_t device,
) unsigned int#
Get the unrepairable memory flag for a given GPU.

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

:returns: unrepairable memory status
:rtype: unsigned int

.. seealso:: `nvmlDeviceGetUnrepairableMemoryFlag_v1`