Enum nvmlEventType
Event Types which user can be notified about. Types can be combined with bitwise or operator '|' when passed to \ref nvmlDeviceRegisterEvents
Namespace: ManagedCuda.Nvml
Assembly: ManagedNvml.dll
Syntax
[Flags]
public enum nvmlEventType : long
Fields
Name | Description |
---|---|
All | Mask of all events |
Clock | Event about clock changes |
DoubleBitEccError | Event about double bit ECC errors |
None | Mask with no events |
PState | Event about PState changes |
SingleBitEccError | Event about single bit ECC errors |
XidCriticalError | Event that Xid critical error occurred |