C# Класс ManagedCuda.Nvml.nvmlEventData

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
device nvmlDevice
eventData ulong
eventType ulong

Описание свойств

device публичное свойство

Specific device where the event occurred
public nvmlDevice,ManagedCuda.Nvml device
Результат nvmlDevice

eventData публичное свойство

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
Результат ulong

eventType публичное свойство

Information about what specific event occurred
public ulong eventType
Результат ulong