cuda.bindings.nvml.EventData_v2#

class cuda.bindings.nvml.EventData_v2#

Empty-initialize an instance of nvmlEventData_v2_t.

See also

nvmlEventData_v2_t

__init__(*args, **kwargs)#

Methods

__init__(*args, **kwargs)

from_buffer(buffer)

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

from_data(data)

Create an EventData_v2 instance wrapping the given NumPy array.

from_ptr(intptr_t ptr, bool readonly=False)

Create an EventData_v2 instance wrapping the given pointer.

Attributes

attributes

int:

category_id

int:

chiplet_id

int:

compute_instance_id

int:

data_type

int:

event_data

int:

event_type

int:

gpu_instance_id

int:

group_attributes

int:

group_cper_size

int:

group_cursor

int:

group_index

int:

group_size

int:

instance_id

int:

log_level

int:

module_event_code

int:

module_instance

int:

originator

int:

ptr

Get the pointer address to the data as Python int.

scope

int:

severity

int:

source_module

(array of length 16).

timestamp_usec

int:

trace_id

int:

uuid

(array of length 96).