cuda.bindings.nvml.CPERCursor_v1#

class cuda.bindings.nvml.CPERCursor_v1#

Empty-initialize an instance of nvmlCPERCursor_v1_t.

See also

nvmlCPERCursor_v1_t

__init__(*args, **kwargs)#

Methods

__init__(*args, **kwargs)

from_buffer(buffer)

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

from_data(data)

Create an CPERCursor_v1 instance wrapping the given NumPy array.

from_ptr(intptr_t ptr, bool readonly=False)

Create an CPERCursor_v1 instance wrapping the given pointer.

Attributes

cper_type_mask

[IN] Types of records to access.

handle

[IN/OUT] Opaque handle tracking read position.

ptr

Get the pointer address to the data as Python int.

uuid

(array of length 80).[IN] UUID of target to filter records for.