cuda.bindings.nvml.device_get_retired_pages_pending_status#

cuda.bindings.nvml.device_get_retired_pages_pending_status(intptr_t device) int#
Check if any pages are pending retirement and need a reboot to fully retire.

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

:returns: Reference in which to return the pending status.
:rtype: int

.. seealso:: `nvmlDeviceGetRetiredPagesPendingStatus`