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