C# Class ManagedCuda.Nvml.nvmlEventData

Afficher le fichier Open project: kunzmi/managedCuda Class Usage Examples

Méthodes publiques

Свойство 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
Résultat 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
Résultat ulong

eventType public_oe property

Information about what specific event occurred
public ulong eventType
Résultat ulong