cuda.bindings.nvml.device_get_repair_status#

cuda.bindings.nvml.device_get_repair_status(intptr_t device)#
Get the repair status for TPC/Channel repair.

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

:returns: Reference to ``nvmlRepairStatus_t``.
:rtype: nvmlRepairStatus_v1_t

.. seealso:: `nvmlDeviceGetRepairStatus`