cuda.bindings.nvml.device_get_retired_pages_v2#
- cuda.bindings.nvml.device_get_retired_pages_v2(intptr_t device, int cause) tuple#
Returns the list of retired pages by source, including pages that are pending retirement :param device: The identifier of the target device. :type device: Device :param cause: Filter page addresses by cause of retirement. :type cause: PageRetirementCause :returns: A tuple of two arrays (addresses, timestamps). :rtype: tuple