cuda.bindings.nvml.EccBankRemapperStatus_v1#
- class cuda.bindings.nvml.EccBankRemapperStatus_v1#
Empty-initialize an instance of nvmlEccBankRemapperStatus_v1_t.
See also
nvmlEccBankRemapperStatus_v1_t
- __init__(*args, **kwargs)#
Methods
__init__(*args, **kwargs)from_buffer(buffer)Create an EccBankRemapperStatus_v1 instance with the memory from the given buffer.
from_data(data)Create an EccBankRemapperStatus_v1 instance wrapping the given NumPy array.
from_ptr(intptr_t ptr, bool readonly=False)Create an EccBankRemapperStatus_v1 instance wrapping the given pointer.
Attributes
active_remappingsNumber of active remappings.
b_pendingWhether there exists any pending bank remapping.
histogramBank remapper histogram.
inactive_remappingsNumber of inactive remappings.
ptrGet the pointer address to the data as Python
int.