cuda.bindings.nvml.device_get_retired_pages#

cuda.bindings.nvml.device_get_retired_pages(intptr_t device, int cause)#

Returns the list of retired pages by source, including pages that are pending retirement The address information provided from this API is the hardware address of the page that was retired. Note that this does not match the virtual address used in CUDA, but will match the address information in Xid 63.

Parameters:
  • device (intptr_t) – The identifier of the target device.

  • cause (PageRetirementCause) – Filter page addresses by cause of retirement.

Returns:

Buffer to write the page addresses into.

Return type:

unsigned long long

See also

nvmlDeviceGetRetiredPages