cuda.bindings.nvml.EccBankRemapperHistogram_v1#

class cuda.bindings.nvml.EccBankRemapperHistogram_v1#

Empty-initialize an instance of nvmlEccBankRemapperHistogram_v1_t.

See also

nvmlEccBankRemapperHistogram_v1_t

__init__(*args, **kwargs)#

Methods

__init__(*args, **kwargs)

from_buffer(buffer)

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

from_data(data)

Create an EccBankRemapperHistogram_v1 instance wrapping the given NumPy array.

from_ptr(intptr_t ptr, bool readonly=False)

Create an EccBankRemapperHistogram_v1 instance wrapping the given pointer.

Attributes

max_spare_group_count

Number of groups that have maximum spare.

no_spare_group_count

Number of groups that have not spare.

ptr

Get the pointer address to the data as Python int.