cuda.bindings.nvml.RemappedRowsInfo_v2#

class cuda.bindings.nvml.RemappedRowsInfo_v2#

Empty-initialize an instance of nvmlRemappedRowsInfo_v2_t.

See also

nvmlRemappedRowsInfo_v2_t

__init__(*args, **kwargs)#

Methods

__init__(*args, **kwargs)

from_buffer(buffer)

Create an RemappedRowsInfo_v2 instance with the memory from the given buffer.

from_data(data)

Create an RemappedRowsInfo_v2 instance wrapping the given NumPy array.

from_ptr(intptr_t ptr, bool readonly=False)

Create an RemappedRowsInfo_v2 instance wrapping the given pointer.

Attributes

b_failure_occurred

Whether or not there's any row remapping failure in the past; 0 indicates no failure, 1 indicates failure occurred.

b_pending

Whether or not there is any pending row remapping; 0 indicates not pending, 1 indicates pending.

corr_active_remaps

Number of active row remappings due to correctable errors.

corr_inactive_remaps

Number of inactive row remappings due to correctable errors.

ptr

Get the pointer address to the data as Python int.

unc_active_remaps

Number of active row remappings due to uncorrectable errors.

unc_inactive_remaps

Number of inactive row remappings due to uncorrectable errors.