C# Class ManagedCuda.Nvml.nvmlEventData

Exibir arquivo Open project: kunzmi/managedCuda Class Usage Examples

Public Properties

Property Type Description
device nvmlDevice
eventData ulong
eventType ulong

Property Details

device public_oe property

Specific device where the event occurred
public nvmlDevice,ManagedCuda.Nvml device
return nvmlDevice

eventData public_oe property

Stores last XID error for the device in the event of nvmlEventTypeXidCriticalError, eventData is 0 for any other event. eventData is set as 999 for unknown xid error.
public ulong eventData
return ulong

eventType public_oe property

Information about what specific event occurred
public ulong eventType
return ulong