cuda.bindings.nvml.EventData#
- class cuda.bindings.nvml.EventData#
Empty-initialize an instance of nvmlEventData_t.
See also
nvmlEventData_t
- __init__(*args, **kwargs)#
Methods
__init__(*args, **kwargs)from_buffer(buffer)Create an EventData instance with the memory from the given buffer.
from_data(data)Create an EventData instance wrapping the given NumPy array.
from_ptr(intptr_t ptr, bool readonly=False)Create an EventData instance wrapping the given pointer.
Attributes
compute_instance_idint:
device_int:
event_dataint:
event_typeint:
gpu_instance_idint:
ptrGet the pointer address to the data as Python
int.