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
Deviceassociated with this event.
- event_type#
The
SystemEventTypethat was triggered.
- gpu_id#
The GPU ID in PCI ID format.