Ejemplo n.º 1
0
 public static extern NvmlReturn NvmlDeviceGetTotalEccErrors(
     NvmlDevice device, NvmlMemoryErrorType errorType, NvmlEccCounterType counterType, out ulong eccCounts);
Ejemplo n.º 2
0
 internal static extern NvmlReturn NvmlDeviceGetDetailedEccErrors(IntPtr device, NvmlMemoryErrorType errorType, NvmlEccCounterType counterType, out NvmlEccErrorCounts eccCounts);
Ejemplo n.º 3
0
 public static extern NvmlReturn NvmlDeviceGetMemoryErrorCounter(
     NvmlDevice device, NvmlMemoryErrorType errorType, NvmlEccCounterType counterType,
     NvmlMemoryLocation locationType, out ulong count);