cuda.bindings.nvml.EccSramErrorStatus_v1#
- class cuda.bindings.nvml.EccSramErrorStatus_v1#
Empty-initialize an instance of nvmlEccSramErrorStatus_v1_t.
See also
nvmlEccSramErrorStatus_v1_t
- __init__(*args, **kwargs)#
Methods
__init__(*args, **kwargs)from_buffer(buffer)Create an EccSramErrorStatus_v1 instance with the memory from the given buffer.
from_data(data)Create an EccSramErrorStatus_v1 instance wrapping the given NumPy array.
from_ptr(intptr_t ptr, bool readonly=False)Create an EccSramErrorStatus_v1 instance wrapping the given pointer.
Attributes
aggregate_coraggregate correctable error count
aggregate_unc_bucket_l2aggregate uncorrectable error count for L2 cache bucket
aggregate_unc_bucket_mcuaggregate uncorrectable error count for Microcontroller bucket
aggregate_unc_bucket_otheraggregate uncorrectable error count for Other bucket
aggregate_unc_bucket_pcieaggregate uncorrectable error count for PCIE bucket
aggregate_unc_bucket_smaggregate uncorrectable error count for SM bucket
aggregate_unc_parityaggregate uncorrectable parity error count
aggregate_unc_sec_dedaggregate uncorrectable SEC-DED error count
b_threshold_exceededif the error threshold of field diag is exceeded
ptrGet the pointer address to the data as Python
int.versionthe API version number
volatile_corvolatile correctable error count
volatile_unc_parityvolatile uncorrectable parity error count
volatile_unc_sec_dedvolatile uncorrectable SEC-DED error count