cuda.core.system._system_events.SystemEvent#

class cuda.core.system._system_events.SystemEvent(event_data: nvml.SystemEventData_v1)#

Data about a collection of system events.

Methods

__init__(*args, **kwargs)#

Attributes

device#

_device.Device

The Device associated with this event.

event_type#

The SystemEventType that was triggered.

gpu_id#

The GPU ID in PCI ID format.