Exemple #1
0
 internal static extern NvmlReturn NvmlDeviceGetAPIRestriction(IntPtr device, NvmlRestrictedAPI apiType, out NvmlEnableState isRestricted);
Exemple #2
0
 internal static extern NvmlReturn NvmlDeviceGetAutoBoostedClocksEnabled(IntPtr device, out NvmlEnableState isEnabled, out NvmlEnableState defaultIsEnabled);
Exemple #3
0
 internal static extern NvmlReturn NvmlDeviceGetDisplayMode(IntPtr device, out NvmlEnableState display);
Exemple #4
0
 internal static extern NvmlReturn NvmlDeviceGetEccMode(IntPtr device, out NvmlEnableState current, out NvmlEnableState pending);
Exemple #5
0
 public static extern NvmlReturn NvmlDeviceGetRetiredPagesPendingStatus(
     NvmlDevice device, out NvmlEnableState isPending);
Exemple #6
0
 internal static extern NvmlReturn NvmlDeviceGetDisplayActive(IntPtr device, out NvmlEnableState isActive);
Exemple #7
0
 public static extern NvmlReturn NvmlDeviceGetPersistenceMode(
     NvmlDevice device, out NvmlEnableState mode);
Exemple #8
0
 public static extern NvmlReturn NvmlDeviceGetPowerManagementMode(
     NvmlDevice device, out NvmlEnableState mode);
Exemple #9
0
 public static extern NvmlReturn NvmlDeviceGetEccMode(
     NvmlDevice device, out NvmlEnableState current, out NvmlEnableState pending);
Exemple #10
0
 public static extern NvmlReturn NvmlDeviceGetDisplayMode(
     NvmlDevice device, out NvmlEnableState display);
Exemple #11
0
 public static extern NvmlReturn NvmlDeviceGetDisplayActive(
     NvmlDevice device, out NvmlEnableState isActive);
Exemple #12
0
 public static extern NvmlReturn NvmlDeviceGetAutoBoostedClocksEnabled(
     NvmlDevice device, out NvmlEnableState isEnabled, out NvmlEnableState defaultIsEnabled);
Exemple #13
0
 public static extern NvmlReturn NvmlDeviceGetAPIRestriction(
     NvmlDevice device, NvmlRestrictedAPI apiType, out NvmlEnableState isRestricted);