Esempio n. 1
0
 public static extern nvmlReturn nvmlDeviceGetAutoBoostedClocksEnabled(nvmlDevice device, ref nvmlEnableState isEnabled, ref nvmlEnableState defaultIsEnabled);
Esempio n. 2
0
 public static extern nvmlReturn nvmlDeviceGetHandleByIndex(uint index, ref nvmlDevice device);
Esempio n. 3
0
 public static extern nvmlReturn nvmlDeviceGetHandleByUUID([MarshalAs(UnmanagedType.LPStr)] string uuid, ref nvmlDevice device);
Esempio n. 4
0
 public static extern nvmlReturn nvmlDeviceClearCpuAffinity(nvmlDevice device);
Esempio n. 5
0
 public static extern nvmlReturn nvmlDeviceGetGpuOperationMode(nvmlDevice device, ref nvmlGpuOperationMode current, ref nvmlGpuOperationMode pending);
Esempio n. 6
0
 public static extern nvmlReturn nvmlDeviceGetDriverModel(nvmlDevice device, ref nvmlDriverModel current, ref nvmlDriverModel pending);
Esempio n. 7
0
 public static extern nvmlReturn nvmlDeviceGetEncoderUtilization(nvmlDevice device, ref uint utilization, ref uint samplingPeriodUs);
Esempio n. 8
0
 public static extern nvmlReturn nvmlDeviceGetClock(nvmlDevice device, nvmlClockType clockType, nvmlClockId clockId, ref uint clockMHz);
Esempio n. 9
0
 public static extern nvmlReturn nvmlDeviceGetClockInfo(nvmlDevice device, nvmlClockType type, ref uint clock);
Esempio n. 10
0
 public static extern nvmlReturn nvmlDeviceGetBrand(nvmlDevice device, ref nvmlBrandType type);
Esempio n. 11
0
 public static extern nvmlReturn nvmlDeviceGetBridgeChipInfo(nvmlDevice device, ref nvmlBridgeChipHierarchy bridgeHierarchy);
Esempio n. 12
0
 public static extern nvmlReturn nvmlDeviceGetBoardPartNumber(nvmlDevice device, [MarshalAs(UnmanagedType.LPStr)] string partNumber, uint length);
Esempio n. 13
0
 public static extern nvmlReturn nvmlDeviceGetBoardId(nvmlDevice device, ref uint boardId);
Esempio n. 14
0
 public static extern nvmlReturn nvmlDeviceGetBAR1MemoryInfo(nvmlDevice device, ref nvmlBAR1Memory bar1Memory);
Esempio n. 15
0
 public static extern nvmlReturn nvmlDeviceGetDisplayActive(nvmlDevice device, ref nvmlEnableState isActive);
Esempio n. 16
0
 public static extern nvmlReturn nvmlDeviceGetComputeMode(nvmlDevice device, ref nvmlComputeMode mode);
Esempio n. 17
0
 public static extern nvmlReturn nvmlDeviceGetDisplayMode(nvmlDevice device, ref nvmlEnableState display);
Esempio n. 18
0
 public static extern nvmlReturn nvmlDeviceGetCpuAffinity(nvmlDevice device, uint cpuSetSize, ulong[] cpuSet);
Esempio n. 19
0
 public static extern nvmlReturn nvmlDeviceGetEccMode(nvmlDevice device, ref nvmlEnableState current, ref nvmlEnableState pending);
Esempio n. 20
0
 public static extern nvmlReturn nvmlDeviceGetCurrentClocksThrottleReasons(nvmlDevice device, ref ulong clocksThrottleReasons);
Esempio n. 21
0
 public static extern nvmlReturn nvmlDeviceGetEnforcedPowerLimit(nvmlDevice device, ref uint limit);
Esempio n. 22
0
 public static extern nvmlReturn nvmlDeviceGetCurrPcieLinkGeneration(nvmlDevice device, ref uint currLinkGen);
Esempio n. 23
0
 public static extern nvmlReturn nvmlDeviceGetFanSpeed(nvmlDevice device, ref uint speed);
Esempio n. 24
0
 public static extern nvmlReturn nvmlDeviceGetCurrPcieLinkWidth(nvmlDevice device, ref uint currLinkWidth);
Esempio n. 25
0
 public static extern nvmlReturn nvmlDeviceGetGraphicsRunningProcesses(nvmlDevice device, ref uint infoCount, nvmlProcessInfo[] infos);
Esempio n. 26
0
 public static extern nvmlReturn nvmlDeviceClearAccountingPids(nvmlDevice device);
Esempio n. 27
0
 public static extern nvmlReturn nvmlDeviceGetHandleByPciBusId([MarshalAs(UnmanagedType.LPStr)] string pciBusId, ref nvmlDevice device);
Esempio n. 28
0
 public static extern nvmlReturn nvmlDeviceGetDefaultApplicationsClock(nvmlDevice device, nvmlClockType clockType, ref uint clockMHz);
Esempio n. 29
0
 public static extern nvmlReturn nvmlDeviceGetIndex(nvmlDevice device, ref uint index);
Esempio n. 30
0
 public static extern nvmlReturn nvmlDeviceGetAPIRestriction(nvmlDevice device, nvmlRestrictedAPI apiType, ref nvmlEnableState isRestricted);