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