コード例 #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);