cuda.bindings.nvml.device_get_remapped_rows_v2#

cuda.bindings.nvml.device_get_remapped_rows_v2(intptr_t device)#

Get the status of row remapper.

Parameters:

device (intptr_t) – The identifier of the target device.

Returns:

Reference for

nvmlRemappedRowsInfo_v2_t.

Return type:

nvmlRemappedRowsInfo_v2_t

See also

nvmlDeviceGetRemappedRows_v2