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_cor

aggregate correctable error count

aggregate_unc_bucket_l2

aggregate uncorrectable error count for L2 cache bucket

aggregate_unc_bucket_mcu

aggregate uncorrectable error count for Microcontroller bucket

aggregate_unc_bucket_other

aggregate uncorrectable error count for Other bucket

aggregate_unc_bucket_pcie

aggregate uncorrectable error count for PCIE bucket

aggregate_unc_bucket_sm

aggregate uncorrectable error count for SM bucket

aggregate_unc_parity

aggregate uncorrectable parity error count

aggregate_unc_sec_ded

aggregate uncorrectable SEC-DED error count

b_threshold_exceeded

if the error threshold of field diag is exceeded

ptr

Get the pointer address to the data as Python int.

version

the API version number

volatile_cor

volatile correctable error count

volatile_unc_parity

volatile uncorrectable parity error count

volatile_unc_sec_ded

volatile uncorrectable SEC-DED error count