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