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.

For Ampere ™️ or newer fully supported devices.

Parameters:

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

Returns:

Reference for

nvmlRemappedRowsInfo_v2_t.

Return type:

nvmlRemappedRowsInfo_v2_t

Note

On MIG-enabled GPUs with active instances, querying the number of remapped rows is not supported.

See also

nvmlDeviceGetRemappedRows_v2