Пример #1
0
 public static extern void GetDeviceCurrentFanTachometerRPM(Structs.DeviceCUDA device, ref int tachometerRPM);
Пример #2
0
 public static extern void GetDeviceCurrentTemperature(Structs.DeviceCUDA device, ref int temperature);
Пример #3
0
 public static extern void GetDeviceSettingThermalLimit(Structs.DeviceCUDA device, ref int thermalLimit);
Пример #4
0
 public static extern void GetDeviceSettingFanLevelPercent(Structs.DeviceCUDA device, ref int fanLevel);
Пример #5
0
 public static extern void GetDeviceSettingMaxMemoryClock(Structs.DeviceCUDA device, ref int memoryClock);
Пример #6
0
 public static extern void GetDeviceSettingPowerLimit(Structs.DeviceCUDA device, ref int powerLimit);
Пример #7
0
 public static extern void HashMessage(IntPtr instance, ref Structs.DeviceCUDA device, StringBuilder errorMessage);
Пример #8
0
 public static extern void GetDeviceSettingMaxCoreClock(Structs.DeviceCUDA device, ref int coreClock);
Пример #9
0
 public static extern void GetDeviceProperties(IntPtr instance, ref Structs.DeviceCUDA device, StringBuilder errorMessage);
Пример #10
0
 public static extern void ReleaseDeviceObjects(IntPtr instance, ref Structs.DeviceCUDA device, StringBuilder errorMessage);
Пример #11
0
 public static extern void GetDeviceCurrentThrottleReasons(Structs.DeviceCUDA device, StringBuilder reasons);
Пример #12
0
 public static extern void GetDeviceCurrentPstate(Structs.DeviceCUDA device, ref int pState);
Пример #13
0
 public static extern void GetDeviceCurrentUtilizationPercent(Structs.DeviceCUDA device, ref int utilization);
Пример #14
0
 public static extern void GetDeviceCurrentMemoryClock(Structs.DeviceCUDA device, ref int memoryClock);
Пример #15
0
 public static extern void GetDeviceCurrentCoreClock(Structs.DeviceCUDA device, ref int coreClock);